Merge pull request #307 from Alfresco/dev-mromano-295

#295 stop build on check header failure
This commit is contained in:
Mario Romano
2016-06-29 05:12:43 -07:00
committed by GitHub
9 changed files with 24 additions and 8 deletions

View File

@@ -117,7 +117,7 @@
"!*.js"
],
"path": "assets/license_header.txt",
"blocking": false,
"blocking": true,
"logInfo": false,
"logError": true
},