-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
It'd be nifty if you could set per-file settings in your YML file. For example:
javascript_compressor: uglifier
compress_assets: on
javascripts:
script:
- vendor/javascripts/bootstrap/bootstrap.js
- app/assets/javascripts/script.js
payment:
compress_assets: off
- vendor/javascripts/jquery.payment/*.js
- app/assets/javascripts/payment.jsI imagine this is possible now with multiple YAML config files, but I think it'd be cleaner if you could do this all in one place. Any setting at the file level would override a global setting, so there the script.js file inherits the global settings but payment.js will have its own compress_assets setting.
Just a thought!
Metadata
Metadata
Assignees
Labels
No labels