We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b41d4a6 commit 54d4ebdCopy full SHA for 54d4ebd
templates/app/Gruntfile(grunt).js
@@ -141,6 +141,7 @@ module.exports = function(grunt) {
141
tasks: ['wiredep']
142
},
143
144
+ <%_ if(!filters.ts) { _%>
145
146
// Make sure code styles are up to par and there are no obvious mistakes
147
jshint: {
@@ -164,7 +165,8 @@ module.exports = function(grunt) {
164
165
test: {
166
src: ['<%%= yeoman.client %>/{app,components}/**/*.{spec,mock}.js']
167
}
- },<% if(filters.ts) { %>
168
+ },<% } %>
169
+ <%_ if(filters.ts) { _%>
170
171
tslint: {
172
options: {
0 commit comments