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 cc85920 commit b00354bCopy full SHA for b00354b
index.js
@@ -42,6 +42,7 @@ module.exports = function() {
42
43
project.files = {
44
scss: project.paths.cssSrc + '**/*.scss',
45
+ images: project.paths.imagesSrc + '**/*',
46
config: project.paths.config + '**/*.js'
47
};
48
0 commit comments