Skip to content

Commit bb4d92e

Browse files
committed
fix(gen:build): Adds missing slash
fix(gen:build): Adds missing slash Adds missing slash
1 parent 75ba13d commit bb4d92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module.exports = function (grunt) {
137137
'{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.css',
138138
'{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.html',
139139
'{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.js',
140-
'!{.tmp,<%%= yeoman.client %>}{app,components}/**/*.spec.js',
140+
'!{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.spec.js',
141141
'!{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.mock.js',
142142
'<%%= yeoman.client %>/assets/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}'
143143
],

0 commit comments

Comments
 (0)