Fix demo app license check rules

This commit is contained in:
Denys Vuika
2016-07-15 12:09:28 +01:00
parent 94b0bfa1b1
commit 10be16cb7f

View File

@@ -94,7 +94,7 @@
},
"license-check-config": {
"src": [
"./dist/**/*.js"
"./app/**/*.js"
],
"path": "assets/license_header.txt",
"blocking": true,