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
In asset pipeline the web-app/less and assets/stylesheets folders are flattened into 1 assets folder. This works great and plugins can use namespaced folders to further isolate their assets. It however can be slightly problematice with this plugin since the LESS files are considered root level files. If (in my application) i create a panels.less, this overrides the bootstrap panels.less and I may not have meant to do this. It would be nice if the files were moved into a web-app/less/boostrap/.less style namespace or maybe even web-app/less/bootstrap3/.less so bootstrap 2 could be kept side by side. The same would go for js and css. Not sure if this could be done without too much work but it certainly would help with better asset organization.
The text was updated successfully, but these errors were encountered:
In asset pipeline the web-app/less and assets/stylesheets folders are flattened into 1 assets folder. This works great and plugins can use namespaced folders to further isolate their assets. It however can be slightly problematice with this plugin since the LESS files are considered root level files. If (in my application) i create a panels.less, this overrides the bootstrap panels.less and I may not have meant to do this. It would be nice if the files were moved into a web-app/less/boostrap/.less style namespace or maybe even web-app/less/bootstrap3/.less so bootstrap 2 could be kept side by side. The same would go for js and css. Not sure if this could be done without too much work but it certainly would help with better asset organization.
The text was updated successfully, but these errors were encountered: