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