Skip to content

Commit 0f23056

Browse files
authored
Scripts added to plugin package.json
1. `start` This represents the default grunt task in Gruntfile.js 2. `readme` This script represents the Grunt Task for Readme.md generation 3. `i18n` This script represents the Grund Task for .pot generation
1 parent 9c6450e commit 0f23056

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/plugin-packages.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"version": "0.1.0",
55
"main": "Gruntfile.js",
66
"author": "{{plugin_author}}",
7+
"scripts" : {
8+
"start" : "grunt default" ,
9+
"readme" : "grunt readme",
10+
"i18n" : "grunt i18n"
11+
},
712
"devDependencies": {
813
"grunt": "~0.4.5",
914
"grunt-wp-i18n": "~0.5.0",

0 commit comments

Comments
 (0)