We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0e44 commit 063f5fbCopy full SHA for 063f5fb
index.js
@@ -27,12 +27,12 @@ module.exports = function() {
27
28
project.taskMap = {
29
addtextdomain: 'grunt-wp-i18n',
30
- readpkg: 'sitecare-theme-config',
31
- makepot: 'grunt-wp-i18n'
+ makepot: 'grunt-wp-i18n',
+ readpkg: 'sitecare-theme-config'
32
};
33
34
project.files = {
35
- js: project.paths.assets + '{,*/}js/*.js',
+ js: project.paths.authorAssets + 'js/**/*.js',
36
scss: project.paths.authorAssets + 'scss/**/*.scss',
37
config: project.paths.config + '**/*.js',
38
changelog: 'CHANGELOG.md'
0 commit comments