lucy
lucy copied to clipboard
Rails-3.1 assets pipeline compatibility
Hello,
With sprockets, locales.js should now be in app/assets/javascripts.
This commit checks if app/assets/javascripts exists. Use it as javascript_dir if it's the case, fallback to public/javascripts else.