Skip to content

Commit

Permalink
Fix gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkhan committed Jul 24, 2019
1 parent 35b06f8 commit 9631631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ module.exports = function( grunt ) {
options: {
updateDomains: true
},
src: [ '*.php', '**/*.php', '!\.git/**/*', '!bin/**/*', '!node_modules/**/*', '!vendor/**/*', '!tests/**/*' ]
src: [ '*.php', '**/*.php', '!\.git/**/*', '!bin/**/*', '!node_modules/**/*', '!vendor/**/*', '!tests/**/*', '!freemius/**/*' ]
}
},

makepot: {
target: {
options: {
domainPath: '/languages',
exclude: [ '\.git/*', '\.github/*', 'bin/*', 'vendor/*', 'node_modules/*', 'tests/*' ],
mainFile: 'kk-star-ratings.php',
exclude: [ '\.git/*', '\.github/*', 'bin/*', 'vendor/*', 'node_modules/*', 'tests/*', 'freemius/*' ],
mainFile: 'index.php',
potFilename: 'kk-star-ratings.pot',
potHeaders: {
poedit: true,
Expand Down

0 comments on commit 9631631

Please sign in to comment.