Skip to content

Arjen-Smit/gulp-trial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setting up a gulp trial to manage different processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published