We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4e926 commit f4e590fCopy full SHA for f4e590f
app/templates/Gruntfile(grunt).js
@@ -161,7 +161,7 @@ module.exports = function (grunt) {
161
},
162
src: ['<%%= yeoman.server %>/**/*.{spec,integration}.js']
163
164
- all: ['<%%= yeoman.client %>/{app,components}/**/!(*.spec|*.mock).js'],
+ all: ['<%%= yeoman.client %>/{app,components}/**/!(*.spec|*.mock|app.constant).js'],
165
test: {
166
src: ['<%%= yeoman.client %>/{app,components}/**/*.{spec,mock}.js']
167
}
0 commit comments