templates/default/Gemfile in gumdrop-1.1.1 vs templates/default/Gemfile in gumdrop-1.1.2
- old
+ new
@@ -6,20 +6,21 @@
# Add your dependencies here:
# For template support:
# gem "less"
# gem "haml"
-gem "slim"
+# gem "slim"
+gem "erubis"
gem "sass"
gem "coffee-script"
# For JavaScript stitching and compressing:
#gem 'uglifier'
#gem 'yui-compressor'
#gem 'packr'
gem 'jsmin'
-gem 'stitch-rb'
-#gem 'sprockets'
+gem 'sprockets'
+# gem 'stitch-rb'
# For markdown support, a couple of options:
gem "kramdown" #, :git => "git://github.com/darthapo/kramdown.git" #(github code-fence support)
# gem 'redcarpet'
# gem "rdiscount"