Skip to content

Commit 885438f

Browse files
committed
fix(grunt:babel): don't try to transpile JSON files
closes angular-fullstack#1561
1 parent 6c4e926 commit 885438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/Gruntfile(grunt).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ module.exports = function (grunt) {
636636
files: [{
637637
expand: true,
638638
cwd: '<%%= yeoman.server %>',
639-
src: ['**/*.{js,json}'],
639+
src: ['**/*.js'],
640640
dest: '<%%= yeoman.dist %>/<%%= yeoman.server %>'
641641
}]
642642
}

0 commit comments

Comments
 (0)