RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Update dependencies; Minify css on production #95

Closed andylolz closed 9 years ago

andylolz commented 9 years ago

There’s actually a few changes in here:

andylolz commented 9 years ago

@codecleaner this PR might make compiling Sass a bit easier, since it removes the bower dependency.

If you pull from master, then re-run npm install that should do the trick. Then to compile Sass, it’s:

$(npm bin)/grunt sass:dev

You may also need to run bundle install, but I’d like to remove the ruby dependency eventually.