Skip to content

Commit

Permalink
Exclude deploy folder in Gruntfile Important plz...
Browse files Browse the repository at this point in the history
  • Loading branch information
shivapoudel committed Aug 29, 2014
1 parent f7fc3d8 commit 38bf1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ module.exports = function( grunt ) {
potFilename: 'woocommerce.pot',
exclude: [
'includes/admin/.*',
'apigen/.*'
'apigen/.*',
'deploy/.*'
],
processPot: function ( pot ) {
pot.headers['project-id-version'] += ' Frontend';
Expand Down

0 comments on commit 38bf1be

Please sign in to comment.