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

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

Open
ikakara opened this issue Feb 18, 2015 · 0 comments
Open

Comments

@ikakara
Copy link

ikakara commented Feb 18, 2015

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"
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

1 participant