I would like to disable assets precompile function in rails. I am working on app where user can download the code, and I would like to avoid changeing the names of the css and js files in downloaded html file - so as the user can run the index.html and see everything.
Here is the app: http://impress-builder.herokuapp.com/
Take a look at The Assets Pipeline Guide.
The asset pipeline is enabled by default. It can be disabled in config/application.rb by putting this line inside the application class definition:
config.assets.enabled = false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With