We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9ea26 commit bbc2c16Copy full SHA for bbc2c16
Gruntfile.js
@@ -84,8 +84,7 @@ module.exports = function (grunt) {
84
files: [
85
path.resolve(paths().source.css + '**/*.css'),
86
path.resolve(paths().source.styleguide + 'css/*.css'),
87
- path.resolve(paths().source.patterns + '**/*.mustache'),
88
- path.resolve(paths().source.patterns + '**/*.json'),
+ path.resolve(paths().source.patterns + '**/*'),
89
path.resolve(paths().source.fonts + '/*'),
90
path.resolve(paths().source.images + '/*'),
91
path.resolve(paths().source.data + '*.json')
0 commit comments