Skip to content

Commit

Permalink
fix(gulp:tslint): exclude both typings and test_typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Mar 10, 2016
1 parent c9afc1c commit 2e83bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.babel(gulp).js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const paths = {
scripts: [
`${clientPath}/**/!(*.spec|*.mock).<%= scriptExt %>`,
`!${clientPath}/bower_components/**/*`<% if(filters.ts) { %>,
`!${clientPath}/typings/**/*`<% } %>
`!${clientPath}/{typings,test_typings}/**/*`<% } %>
],
styles: [`${clientPath}/{app,components}/**/*.<%= styleExt %>`],
mainStyle: `${clientPath}/app/app.<%= styleExt %>`,
Expand Down

0 comments on commit 2e83bd1

Please sign in to comment.