Browse code

Gem pre haml templaty pre backbonejs

Cinan Rakosnik authored on 23/03/2013 at 14:07:47
Showing 2 changed files
... ...
@@ -18,6 +18,7 @@ group :assets do
18 18
   gem 'normalize-rails'
19 19
   gem 'compass-rails'
20 20
   gem "rails-backbone"
21
+  gem 'haml_coffee_assets'
21 22
   #gem "marionette-rails", "~> 0.10.2"
22 23
 
23 24
   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
... ...
@@ -92,6 +92,10 @@ GEM
92 92
       activesupport (>= 3.1, < 4.1)
93 93
       haml (~> 3.1)
94 94
       railties (>= 3.1, < 4.1)
95
+    haml_coffee_assets (1.11.1)
96
+      coffee-script (>= 1.0.0)
97
+      sprockets (>= 2.0.3)
98
+      tilt (>= 1.3.3)
95 99
     hashie (1.2.0)
96 100
     highline (1.6.15)
97 101
     hike (1.2.1)
... ...
@@ -239,6 +243,7 @@ DEPENDENCIES
239 239
   factory_girl_rails
240 240
   haml (~> 3.1.7)
241 241
   haml-rails (~> 0.3.5)
242
+  haml_coffee_assets
242 243
   jquery-rails
243 244
   launchy
244 245
   meta_request