Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5fd945

Browse files
committedJan 31, 2016
Merge pull request #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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.