Fix go-chloe (https://github.com/sabhiram/go-chloe) paths to remove after bower

This commit is contained in:
Shaba Abhiram
2015-02-13 12:45:23 -08:00
parent bf4f8c4ac7
commit 9b0635141b

View File

@@ -22,13 +22,13 @@
"# lines tell chloe which files to prune. ",
"# Check it out: https://github.com/sabhiram/go-chloe ",
"external/**/*.md",
"external/**/*.json",
"external/**/*.gzip",
"external/**/.*ignore",
"**/external/**/*.md",
"**/external/**/*.json",
"**/external/**/*.gzip",
"**/external/**/.*ignore",
"external/angularjs/*.css",
"external/font-awesome/less",
"external/font-awesome/scss"
"**/external/angularjs/*.css",
"**/external/font-awesome/less",
"**/external/font-awesome/scss"
]
}