javascript - How to use multiple directory for angular js templates? Using grails angular template asset pipeline plugin -


we want have project structure this:

assets/javascripts/   - featurea/        - templatea.html        - controllera.js   - featureb/        - templateb.html        - controllerb.js 

but angular template asset pipeline plugin accepts 1 directory/folder on config templates.

grails {     assets {         angular {             templatefolder = 'templates'             modulenamebase = 'app'             compresshtml = true             preservehtmlcomments = false             includepathinname = false         }     } } 

is there anyway plugin able scan nested folders under given template folder?


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -