Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gulp
gulp
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 2
    • Issues 2
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • project-templates
  • web
  • gulpgulp
  • Wiki
  • Home

Home

Last edited by Vadym Gidulian Jan 06, 2018
Page history

Gulp

Description

Project will be deployed to server and processed with Gulp.

Project structure

Default project structure is the following:

.
├── css
|   ├── style.all.min.css
|   ├── font-*.css
|   └── *.css
├── js
|   ├── script.all.min.js
|   └── *.js
├── less
|   └── *.less
└── *.html
  • css folder is supposed to be used as CSS libs folder
  • js folder is supposed to be used as JS libs and scripts folder
  • less folder is supposed to be used as LESS styles folder

How to get

You can download it manually or get it using project-template-loader:

project-template-loader web/gulp

How to use

  1. Open terminal

  2. Go to your project folder

  3. Run

npm test

    to start local server that will track changes in project files and update browser page (supposed to be used during development)

    or

    run 

    ``` bash
npm start
to get files ready to deploy
Clone repository
  • Home
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.