blueprint/Gemfile in embork-0.0.4 vs blueprint/Gemfile in embork-0.0.5

- old
+ new

@@ -9,5 +9,10 @@ # To include bootstrap, include the gem, and use the 'use_framework' DSL in the # Borkfile. # # gem 'bootstrap-sass' + +# Include the closure-compiler or uglifier gem to use either javascript +# compressor. They both have to be enabled through your Borkfile. +# +# gem 'closure-compiler'