Boilerplate template for new websites
After pulling the repository run the following command:
npm install
gulp process
runs the default gulp tasks with all subtasks only once
gulp
runs the default gulp task with all subtasks and executes a watcher for css and js changes
gulp webserver
runs the default gulp task with all subtasks, executes a watcher for CSS and JS changes and runs the webserver
--prod
By adding --prod
argument to any task, minification processing will be applied to JS and CSS outpts.