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
I recently uplifted an application to use 3.0 instead of 2.8, and found the following differences between the two.
For less-rails 2.8.0, I find that the rake assets:precompile takes all of the less files and generates a single .css file. However, with less-rails 3.0.0, I see that it's generating several individual .less files instead of one cancatenated application.css file.
For the way our app imports assets, we need to generate a single application.css file for our needs. Is there a way to achieve this with less-rails 3.0.0?
The text was updated successfully, but these errors were encountered:
I changed application.css to application.css.less, and that seemed to compile the file with the correct extension. Should this be the accepted solution for this issue? I didn't find any documentation or migration steps to verify this.
I recently uplifted an application to use 3.0 instead of 2.8, and found the following differences between the two.
For less-rails 2.8.0, I find that the
rake assets:precompile
takes all of the less files and generates a single .css file. However, with less-rails 3.0.0, I see that it's generating several individual .less files instead of one cancatenated application.css file.For the way our app imports assets, we need to generate a single application.css file for our needs. Is there a way to achieve this with less-rails 3.0.0?
The text was updated successfully, but these errors were encountered: