Static website project template
Does what it says on the tin.
- Converts SASS to CSS
- Removes unused CSS
- Minifies CSS, images and JS
Setup
- Run
npm install
- ??
- Profit
Development
- Run
grunt dev
- ?? (in
src/
) - Profit
Production
- Run
grunt dist
- ??
- Profit (in
dist/
)