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

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

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -