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 5265eb0 commit 92a1b67Copy full SHA for 92a1b67
index.js
@@ -34,7 +34,11 @@ module.exports = function() {
34
};
35
36
project.files = {
37
- js: project.paths.jsSrc + '**/*.js',
+ js: [
38
+ project.paths.jsSrc + '**/*.js',
39
+ '!' + project.paths.jsSrc + '**/*.min.js',
40
+ '!' + project.paths.jsSrc + 'vendor/'
41
+ ],
42
scss: project.paths.cssSrc + '**/*.scss',
43
config: project.paths.config + '**/*.js',
44
php: [
0 commit comments