Skip to content

Commit 3a5eec8

Browse files
committed
fix(grunt:babel): don't try to transpile JSON files
closes #1561
1 parent 5a20e24 commit 3a5eec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)