Best way to manage your Front-End assets :)
- CSS Autoprefixing
- Automagically compile Sass with libsass
- Automagically lint your scripts
- Map compiled CSS to source stylesheets with source maps
- Image optimization
- ES2015 features by using Babel && Browserify
- Multiple bundles
- JADE templates
- Errors notification
- All configs && paths in one place
- Clone this repo
npm install -g gulpnpm installbower install- run
gulp
gulp- Start
gulp build&& add watch
- Start
gulp build- Rebuild all project files
gulp clean- Remove
/distdirectory
- Remove
gulp js:build,gulp style:build,gulp html:build,gulp fonts:build,gulp images:buildfor selective build
All project path you can find in gulp/path.js. Just add you folder in srcDir and publicDir and start to work :)
All plugins config with link to npm you can find in gulp/config.js
Just add new .js or .sass file in path.entries
