Skip to content

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

@ikakara

Description

@ikakara

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions