This repo shows a potential setup for using Acetate with an NPM scripts-centeric build system.
This sample utilizes several other libraries and tools in addition to Acetate to create a compelte build system:
- acetate - building HTML pages
- browserify - building JavaScript
- watchify - faster development for browserify
- node-sass - compileing SASS to CSS
- imagemin-newer - compress images
- hashmark - add versions to assets for cachebusting
- Download or fork and clone this repo
cdinto the foldernpm installnpm start