You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok .. After outputting the config setting(bare) after compilation it said true. Then I looked at the javascript and it was correctly compiled. Is there perhaps some sort of caching happening with the config ? - I did restart my rails server previously.
In my rails 3 project I setup my barista_config so that js files would get compiled to public/js
c.output_root = Rails.root.join("public", "js")
This works fine but then I changed it to:
c.output_root = Rails.root.join("public", "javascripts", "compiled")
Even though I changed the config it is still compiling my coffeescripts to the old directory.
The text was updated successfully, but these errors were encountered: