CivicActions/bowline

Need bundle, nodejs and gruntjs to modify AT themes

Closed this issue · 1 comments

To be able to modify AT themes in the web container, it looks like we need bundle, nodejs and gruntjs to be part of the build.


http://bundler.io/ for Ruby Gems
https://nodejs.org/ for node package manager (npm) for node modules https://www.npmjs.com/
http://gruntjs.com/ our task runner

Get all that installed then fire off some commands from the theme root...

bundle install
npm install
grunt


Now edit some SCSS files in the UIKit, and remember to turn off CSS aggregation in Drupal.

What would be the procedure to adding these to our containers?

Closing old v1 issues