A Gruntfile.js
and package.json
template ready to copy into your WordPress plugin projects. Just configure the package.json file to your requirements and run the Grunt commands below after installing the dependencies.
These are the dependencies in use for testing, building, updating the language POT file and building a deployable plugin zipped up.
- grunt
v1.0.3
- grunt-checktextdomain
v1.0.1
- grunt-contrib-clean
v2.0.0
- grunt-contrib-compress
v1.4.3
- grunt-contrib-copy
v1.0.0
- grunt-contrib-cssmin
v2.2.0
- grunt-contrib-jshint
v1.0.0
- grunt-contrib-uglify
v1.0.0
- grunt-contrib-watch
v1.0.0
- grunt-newer
v1.3.0
- grunt-potomo
v3.5.0
- grunt-text-replace
v0.4.0
- grunt-wp-i18n
v1.0.3
- jshint-stylish
v2.2.0
- load-grunt-tasks
v4.0.0
- Install Node.js & NPM and Grunt by following the standard installation instructions or using Homebrew.
If you've installed NPM correctly, this should display the version:
$ npm --version
If you've install Grunt correctly, this should display the version:
$ grunt --version
- Change to the plugin root directory.
Install the Grunt dependencies by running the npm
installer with the following command:
$ npm install --dev
or $ npm install --only=dev
- Run tests.
$ grunt test
Add --force
at the end to tell grunt to continue next tasks even if one fails.
$ grunt test --force
Build the plugin.
String Replacements (i.e. Plugin Version), Compresses the JavaScript, Checks for Text Domain issues and Updates the POT file.
$ grunt build
Similar to the build command except it does not check for text domains issues.
$ grunt dev
Checks for any text domain issues and updates the POT file.
$ grunt update-pot
Copies the plugin to create deployable plugin, then compresses the folder and then deletes the folder once compressed.
The zip file will be labelled as %= pkg.name %-v%= pkg.version %.zip
$ grunt zip
If you or your company use Just Do It or appreciate the work I’m doing in open source, please consider supporting me directly so I can continue maintaining it.
You'll be helping to ensure I can spend the time not just fixing bugs, but keeping the project afloat. Any contribution you make is a big help and is greatly appreciated.
Please also consider starring ✨ and sharing 👍 the project repo! This helps the project getting known and grow with the community. 🙏
I accept one-time donations and monthly via BuyMeACoffee.com
- My PayPal
- BuyMeACoffee.com
- Bitcoin (BTC):
3L4cU7VJsXBFckstfJdP2moaNhTHzVDkKQ
- Ethereum (ETH):
0xc6a3C18cf11f5307bFa11F8BCBD51F355b6431cB
- Litecoin (LTC):
MNNy3xBK8sM8t1YUA2iAwdi9wRvZp9yRoi
Thank you for your support! 🙌
Just Do It is released under GNU General Public License v3.0.