Skip to content

Commit

Permalink
fix(gen:build): Adds missing slash
Browse files Browse the repository at this point in the history
fix(gen:build): Adds missing slash

Adds missing slash
  • Loading branch information
mchapman committed Dec 31, 2014
1 parent 75ba13d commit bb4d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = function (grunt) {
'{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.css',
'{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.html',
'{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.js',
'!{.tmp,<%%= yeoman.client %>}{app,components}/**/*.spec.js',
'!{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.spec.js',
'!{.tmp,<%%= yeoman.client %>}/{app,components}/**/*.mock.js',
'<%%= yeoman.client %>/assets/images/{,*//*}*.{png,jpg,jpeg,gif,webp,svg}'
],
Expand Down

0 comments on commit bb4d92e

Please sign in to comment.