Ticket #49274: 49274.1.diff
| File 49274.1.diff, 567 bytes (added by , 6 years ago) |
|---|
-
Gruntfile.js
1099 1099 files: [ 1100 1100 SOURCE_DIR + '**', 1101 1101 '!' + SOURCE_DIR + 'js/**/*.js', 1102 // Ignore version control directories. 1103 '!' + SOURCE_DIR + '**/.{svn,git}/**' 1102 // Ignore version control directories and build files. 1103 '!' + SOURCE_DIR + '**/.{svn,git}/**', 1104 '!' + SOURCE_DIR + '**/node_modules/**', 1104 1105 ], 1105 1106 tasks: ['clean:dynamic', 'copy:dynamic'], 1106 1107 options: {