One of the key design goals with Nimble is to be as unobtrusive to the host application as possible. Ideally Nimble should be totaly invisible but for practical reasons there are a few components it installs to make working with underlying Nimble components a little easier. grails-app/confThe Nimble install script will insert the following files in this directory
grails-app/domainThe Nimble install script will insert the following in this directory
grails-app/views/templates/nimbleThe Nimble install script will copy a series of Nimble templates to this directory so that you may customize the various error messages, email templates and UI components to suit your host application. Documentation for the various Nimble components describe the usage of the templates here. src/sassThis directory will contain several sass files which your application can consume as a basis for building your own sass powered CSS. For now that is all you'll see when Nimble is installed, unobtrusive as promised eh? |