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
Will generate non-digest files of the files passed in the parameters of the task (`app_sdk.js` and `app_sdk.css` in the example above). Useful if you need some of your assets to be available for developers outside of your application (Javascript SDK for example).
35
+
36
+
Remember that it's your responsibility to deal with cache expiration for those assets.
37
+
32
38
#### Customize
33
39
34
40
If the basic tasks don't do all that you need, it's straight forward to redefine them and replace them with something more specific to your app.
raiseMissingParamsError.new("You must pass the files you want to generate nondigests (e.g. rake 'assets:generate_nondigests[file1.js, file2.js]')")iffiles.empty?
0 commit comments