Upgrade to 3.1 step 2 - js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user