spud-grails / spud-cms

Spud Grails CMS Module with Page, Menu, and Snippet Management
18 stars 6 forks source link

Getting a 404 whenever I go to localhost:8080/contextPath/snippets/index #8

Open ikakara opened 9 years ago

ikakara commented 9 years ago

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"