Skip to content

Commit

Permalink
Adjusted JS path again
Browse files Browse the repository at this point in the history
This should only match files within the assets/theme/js dir now
  • Loading branch information
robneu committed Jan 18, 2016
1 parent 8fb0e44 commit 063f5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ module.exports = function() {

project.taskMap = {
addtextdomain: 'grunt-wp-i18n',
readpkg: 'sitecare-theme-config',
makepot: 'grunt-wp-i18n'
makepot: 'grunt-wp-i18n',
readpkg: 'sitecare-theme-config'
};

project.files = {
js: project.paths.assets + '{,*/}js/*.js',
js: project.paths.authorAssets + 'js/**/*.js',
scss: project.paths.authorAssets + 'scss/**/*.scss',
config: project.paths.config + '**/*.js',
changelog: 'CHANGELOG.md'
Expand Down

0 comments on commit 063f5fb

Please sign in to comment.