Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 607 Bytes

File metadata and controls

29 lines (24 loc) · 607 Bytes

gulp-trial

Setting up a gulp trial to manage different processes

Install

cd Frontend
(sudo) npm install

Run Gulp for production

gulp

This will perfom a single run and optimize the output for production

Run Gulp for development

gulp dev

Files are not optimized, uglifyed but will include sourcemaps

Run Gulp for development with livereload

gulp watch

Files are not optimized, uglifyed but will include sourcemaps, this process will keep running monitoring for changes and firing livereload when needed.

ToDo list

sprites