Skip to content

Commit 063f5fb

Browse files
committed
Adjusted JS path again
This should only match files within the assets/theme/js dir now
1 parent 8fb0e44 commit 063f5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ module.exports = function() {
2727

2828
project.taskMap = {
2929
addtextdomain: 'grunt-wp-i18n',
30-
readpkg: 'sitecare-theme-config',
31-
makepot: 'grunt-wp-i18n'
30+
makepot: 'grunt-wp-i18n',
31+
readpkg: 'sitecare-theme-config'
3232
};
3333

3434
project.files = {
35-
js: project.paths.assets + '{,*/}js/*.js',
35+
js: project.paths.authorAssets + 'js/**/*.js',
3636
scss: project.paths.authorAssets + 'scss/**/*.scss',
3737
config: project.paths.config + '**/*.js',
3838
changelog: 'CHANGELOG.md'

0 commit comments

Comments
 (0)