template/base/config.rb in edge_framework-0.9.12 vs template/base/config.rb in edge_framework-0.10.0
- old
+ new
@@ -1,6 +1,5 @@
-gem "edge_framework", "= 0.9.10" # Remove this line to use the latest EDGE, beware of incompatibility
require "edge_framework"
http_path = "/"
css_dir = "assets/css"
images_dir = "assets/img"
@@ -9,8 +8,6 @@
fonts_dir = "assets/fonts"
output_style = :nested
# output_style = :expanded or :nested or :compact or :compressed
relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-line_comments = false
+line_comments = false
\ No newline at end of file