Created
December 22, 2014 20:59
-
-
Save double16/28239e9db992a989edee to your computer and use it in GitHub Desktop.
Excluding assets from pipeline processing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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