Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put boostrap assets in a sub folder #94

Open
davydotcom opened this issue Jan 12, 2014 · 3 comments
Open

Put boostrap assets in a sub folder #94

davydotcom opened this issue Jan 12, 2014 · 3 comments

Comments

@davydotcom
Copy link
Contributor

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.

@davydotcom
Copy link
Contributor Author

With this being standard in grails 2.4 any chance we can revisit this?

@tcrossland
Copy link
Contributor

+1 but see also my comment in #96

@nwittstruck
Copy link
Collaborator

I haven't tested 2.4M1 yet, but it should be possible to move bootstrap into a separate subfolder. Have you had any success with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants