How to prevent the Grails Asset-Pipeline to process .svn files? -


grails 2.4 using asset pipeline managing , processing static assets in grails applications instead of resources system. pretty new , there isn't doc on internet yet.

how configure asset plugin doesn't uglify , bundle .svn (subversion) metadata files?

i @ configuration section of documentation explains how setup excludes. suspect following inside config.groovy

grails.assets.excludes = ['**/.svn/**'] 

Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -