Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 563 Bytes

Initial NEU site

To set up a development and build environment:

% gem install sass
% npm install -g bower
% npm install -g grunt-cli
% npm install
% bower install

Note that I made a fix to grunt-data-uri which, as of this commit, has not yet been released upstream. The fix is on my branch, and there is a relevant issue and pull request.