snimavat / nimble

Nimble Security Grails Plugin
Other
15 stars 19 forks source link

Upgrade to Bootstrap 3 #45

Closed rpastel closed 7 years ago

rpastel commented 10 years ago

Do you have plans to upgrade to Bootstrap 3?

snimavat commented 10 years ago

Yes, but not urgent, I will eventually upgrade to latest bootstrap, and possible platform-ui, so its easier for host apps to customize.

Contributions are welcome.

mordka commented 10 years ago

In my app, I use bootstrap 3 and Nimble has bootstrap 2. That creates a bug. When I open admin screen of the plugin I'm getting exception: No module found with name [bootstrap-responsive-css] That's because new bootstrap has responsive css files included in one file. As a workaround I'm deleting (bootstrap-responsive-css) dependency from NimblePluginResources.groovy and it works!

snimavat commented 7 years ago

Done