We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9afc1c commit 2e83bd1Copy full SHA for 2e83bd1
app/templates/gulpfile.babel(gulp).js
@@ -29,7 +29,7 @@ const paths = {
29
scripts: [
30
`${clientPath}/**/!(*.spec|*.mock).<%= scriptExt %>`,
31
`!${clientPath}/bower_components/**/*`<% if(filters.ts) { %>,
32
- `!${clientPath}/typings/**/*`<% } %>
+ `!${clientPath}/{typings,test_typings}/**/*`<% } %>
33
],
34
styles: [`${clientPath}/{app,components}/**/*.<%= styleExt %>`],
35
mainStyle: `${clientPath}/app/app.<%= styleExt %>`,
0 commit comments