Twitter bootstrap – Best way to reference Bootstrap in a Grails 3 app
I'm wanting to pull in Twitter's Bootstrap into my Grails 3 app. What's the best way to do this? I neither want to place the source under version control nor reference remote CDNs. Adding "org.grails:grails-bootstrap:3.0.1" as a compilation dependency in…