diff --git a/clean-scripts.config.js b/clean-scripts.config.js index 7e260e7..39cb153 100644 --- a/clean-scripts.config.js +++ b/clean-scripts.config.js @@ -30,7 +30,7 @@ module.exports = { ts: `tslint "src/*.ts" "src/*.tsx" "demo/**/*.ts" "demo/**/*.tsx"`, js: `standard "**/*.config.js"`, less: `stylelint "src/**/*.less"`, - export: `no-unused-export "src/**/*.ts" "src/**/*.tsx" "demo/**/*.ts" "demo/**/*.tsx" --exclude "src/compiled/**/*"` + export: `no-unused-export "src/**/*.ts" "src/**/*.tsx" "demo/**/*.ts" "demo/**/*.tsx" "src/**/*.less" --exclude "src/compiled/**/*"` }, test: [ 'tsc -p spec', diff --git a/demo/angular/index.html b/demo/angular/index.html index 9ed988e..7f31ad3 100644 --- a/demo/angular/index.html +++ b/demo/angular/index.html @@ -1,7 +1,7 @@ - + Fork me on GitHub