Skip to content

Commit

Permalink
fix(grunt:babel): don't try to transpile JSON files
Browse files Browse the repository at this point in the history
closes #1561
  • Loading branch information
Awk34 committed Jan 28, 2016
1 parent 6c4e926 commit 885438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile(grunt).js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ module.exports = function (grunt) {
files: [{
expand: true,
cwd: '<%%= yeoman.server %>',
src: ['**/*.{js,json}'],
src: ['**/*.js'],
dest: '<%%= yeoman.dist %>/<%%= yeoman.server %>'
}]
}
Expand Down

0 comments on commit 885438f

Please sign in to comment.