Skip to content

Commit e5fd945

Browse files
committed
Merge pull request angular-fullstack#1588 from angular-fullstack/fix/grunt-babel-json
fix(grunt:babel): don't try to transpile JSON files
2 parents 3080d0a + 885438f commit e5fd945

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
@@ -637,7 +637,7 @@ module.exports = function (grunt) {
637637
files: [{
638638
expand: true,
639639
cwd: '<%%= yeoman.server %>',
640-
src: ['**/*.{js,json}'],
640+
src: ['**/*.js'],
641641
dest: '<%%= yeoman.dist %>/<%%= yeoman.server %>'
642642
}]
643643
}

0 commit comments

Comments
 (0)