I'm assuming I need a (init) script to copy the spud/views to my grails-app/views path
Here's my BuildConfig.groovy:
build ":tomcat:8.0.18.3"
compile ':spring-security-core:2.0-RC4'
compile ':spring-security-userstore:0.1'
compile ':spud-cms:0.6.14'
// plugins for the compile step
compile ":scaffolding:2.1.2"
compile ':cache:1.1.8'
//compile ":asset-pipeline:2.1.1"
compile ":asset-pipeline:1.9.9"
//compile ":retina-tag:2.1.0"
// https://github.com/groovydev/twitter-bootstrap-grails-plugin/blob/master/README.md
//compile ':twitter-bootstrap:3.3.2.1' // 3.3.0 is broken https://github.com/groovydev/twitter-bootstrap-grails-plugin/issues/121
// plugins needed at runtime but not for compilation
runtime ":hibernate4:4.3.6.1" // or ":hibernate:3.6.10.18"
runtime ":database-migration:1.4.0"
runtime ":jquery:1.11.1"