The template uses a Styl with Stylus syntax and project structure with source code in the directory build/ and production folder dev/, that contains ready project with optimized HTML, CSS, JS.
- gulp: default gulp task (pug, styl, js, browserSync) for web development;
- build: build project to build folder (cleanup; optimize image(tinypng API), css, js, removing unnecessary files);
- deploy: project deployment on the server from build folder via FTP;
- cache: clear all gulp cache.
- git clone https://github.com/vedees/work-template work-template
- cd work-template
- npm i
- gulp