Regarding the Asset packager plugin for RoR.
Is there a way to configure it, so that it packages JS/CSS files in development environment, but without minifying the JS files?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Doesn’t seem like it, but it’s easy to add:
Add “development” env at this line or setup another ENV variable and if it exists it can be included automatically so you don’t mess around with code more than once.
For the compressed_file method (which compresses the js and css) you could add an option (or have it read from the ENV) and compress or not depending on it