Skip to content

Commit bbc2c16

Browse files
Ghoweri, Salem (BOS-GEN)Ghoweri, Salem (BOS-GEN)
authored andcommitted
Re-fixing pattern globbing to watch everything inside of the pattern directory (vs just mustache and json files)
1 parent 8f9ea26 commit bbc2c16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ module.exports = function (grunt) {
8484
files: [
8585
path.resolve(paths().source.css + '**/*.css'),
8686
path.resolve(paths().source.styleguide + 'css/*.css'),
87-
path.resolve(paths().source.patterns + '**/*.mustache'),
88-
path.resolve(paths().source.patterns + '**/*.json'),
87+
path.resolve(paths().source.patterns + '**/*'),
8988
path.resolve(paths().source.fonts + '/*'),
9089
path.resolve(paths().source.images + '/*'),
9190
path.resolve(paths().source.data + '*.json')

0 commit comments

Comments
 (0)