- Compile SCSS to CSS
- Autoprefix CSS with PostCSS
- Linting JavaScript
- Uglifying JavaScript files
- Compressing Images
- SVG Sprites
- Serve and Automatically Inject Changes with BrowserSync
- Watching for changes
"autoprefixer"
"browser-sync"
"eslint"
"imagemin-cli"
"node-sass"
"onchange"
"parallelshell"
"postcss-cli"
"svg-sprite-generator"
"svgo"
"uglify-js"