Skip to content

Commit

Permalink
Removed the makepot task from the Grunt config.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Apr 22, 2016
1 parent 440bd6e commit 4a9a92b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,6 @@ module.exports = function( grunt ) {
]
},

makepot: {
plugin: {
options: {
mainFile: 'simple-image-widget.php',
potHeaders: {
poedit: true
},
type: 'wp-plugin',
updateTimestamp: false
}
}
},

watch: {
js: {
files: ['<%= jshint.plugin %>'],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-wp-i18n": "~0.5.2",
"matchdep": "~0.3.0"
}
}

0 comments on commit 4a9a92b

Please sign in to comment.