Created
August 17, 2016 10:00
-
-
Save mahemoff/8c9627baae2032331c8498e15ae5e859 to your computer and use it in GitHub Desktop.
Debugging JSAssets on IRB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run this on console to check asset path will work | |
JsAssets::List.exclude = ['boot.js'] ; JsAssets::List.allow = %w(app.js models/*.js prod-*.css); `rm -fr tmp/cache`; JsAssets::List.fetch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment