Skip to content

Instantly share code, notes, and snippets.

@double16
Created December 22, 2014 20:59
Show Gist options
  • Save double16/28239e9db992a989edee to your computer and use it in GitHub Desktop.
Save double16/28239e9db992a989edee to your computer and use it in GitHub Desktop.
Excluding assets from pipeline processing
grails.assets.excludes = ["**/*.less","angularjs/**","animate.css","bootstrap*","jquery/*"]
grails.assets.plugin."twitter-bootstrap".excludes = ["**/*.less"]
grails.assets.plugin."twitter-bootstrap".includes = ["bootstrap.less"]
grails.assets.plugin."font-awesome-resources".excludes = ["font-awesome/**/*.less"]
grails.assets.plugin."font-awesome-resources".includes = ["font-awesome/font-awesome.less"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment