8000 GitHub - oksana-khristenko/gulp-demo: Example of maintainable gulp setup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

oksana-khristenko/gulp-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Demo

Example of maintainable gulp setup.

Directory structure

.
├── gulpfile.js
├── gulp
│   ├── config.js
│   ├── rc
│   │   ├── .babelrc
│   │   ├── .jshintrc
│   │   └── ...
│   └── tasks
│       ├── build.js
│       ├── css.js
│       └── ...
└── ...

Install

  • Install Node.js

  • Install nvm if required (node version v6.8.0, npm version 3.10.8)

  • Run npm install from project root to install node modules

Build

Run gulp build from project root.

HTML files and assets will be compiled into public folder and made available at http://localhost:4001.

About

Example of maintainable gulp setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0