Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 583 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 583 Bytes

Brunch + Statamic = 💓

Installation

Create a new folder under /site/themes/yourthemename, then run brunch new -s https://github.com/octopuscreative/brunch-statamic. Next, open up brunch-config.coffee and update the themeName var on line 1. You're done!

Development

Simple use npm start to kick off the compilation watchers + dev server, and use npm run build to run everything through a one off build step including minification and browser prefixing.

Included Plugins

Coffeescript, Sass, Autoprefixer, Minification, Live Reload. Yep, all the good stuff.