Upgrade to 3.1 step 2 - js

This commit is contained in:
magnolia-fan
2011-09-08 03:47:11 +04:00
parent 6982e0cb32
commit e59f959bac
27 changed files with 49 additions and 1170 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
Barista.configure do |c|
# Change the root to use app/scripts
c.root = Rails.root.join("app", "coffeescripts")
# c.root = Rails.root.join("app", "coffeescripts")
# Change the output root, causing Barista to compile into public/coffeescripts
c.output_root = Rails.root.join("public", "javascripts", "coffee")
# c.output_root = Rails.root.join("public", "assets", "coffee")
#
# Disable auto compile, use generated file directly:
# c.auto_compile = false