Is it possible to customize the asset pipeline plugin such that instead of the default directories that I have to refactor my existing objects in to this format:
grails-app/assets/javascript
grails-app/assets/images
grails-app/assets/stylesheets
I can rename directories like such "javascript" to "js" and "stylesheets" to "css"? The reason being I already have my resources organized outside of grails in:
assets/staticimages
assets/js
assets/css
assets/animatedgifs
grails-app/assets
asgrails-app/assets/foo/bar.js
- dmahapatro