Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 345 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 345 Bytes

Beaver Barcamp Site

Version 2.0 built with Zurb Foundation and Pelican Static Site Generator. See it live at beaverbarcamp.org

Compiling CSS

Cleaner build process with NPM! To install node-sass, run:

npm install

Then, to actually run the script to compile the sass, run:

npm run-script build-css