Skip to content

Commit a30efa9

Browse files
committed
Merge pull request angular-fullstack#1031 from antoinepairet/patch-2
fix(grunt): Fix ngAnnotate src blob
2 parents 09d6a03 + 3a63454 commit a30efa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ module.exports = function (grunt) {
349349
files: [{
350350
expand: true,
351351
cwd: '.tmp/concat',
352-
src: '*/**.js',
352+
src: '**/*.js',
353353
dest: '.tmp/concat'
354354
}]
355355
}

0 commit comments

Comments
 (0)