@mj66/gulpr
v0.1.0
Published
Mingjie's Starter Environment ---
Downloads
6
Readme
Mingjie's Starter Environment
What's set up here:
- Sass (LibSass)
- Autoprefixer
- CSS Minification
- JSHint
- Scss Lint (based on this config)
- HTML Minification
- BrowserSync
- Image Minification
- GH-Pages deployment from dist/ folder
To Get Started:
git clone&cd- Run
rm -rf .gitto remove the Git file from the repo andgit initfor a clean history npm installto download dependancies- In the terminal, enter
gulpto make everything run - Files will be generated from the
dist/folder - For Netlify, use build command
gulp build - To wipe the
dist/folder, usegulp clean
