Ticket #2542: 2542.15.diff
File 2542.15.diff, 521 bytes (added by , 10 years ago) |
---|
-
Gruntfile.js
30 30 '!.jshintrc', 31 31 '!.travis.yml', 32 32 'node_modules/**', 33 '!**/*.scss', 33 34 34 35 // And these from .gitignore 35 36 '!**/.{svn,git}/**', … … 72 73 dest: BUILD_DIR, 73 74 dot: true, 74 75 expand: true, 75 src: [ '!**/.{svn,git}/**', '**' ]76 src: [ '!**/.{svn,git}/**', '**', [ BBP_EXCLUDED_FILES ] ] 76 77 } 77 78 ] 78 79 },