-
Notifications
You must be signed in to change notification settings - Fork 9
Grunt Tasks
Devin Walker edited this page Jul 8, 2016
·
1 revision
Make sure you have Setup Dev Environment first.
-
grunt setup-dev
- Right now, just runs
composer update
will do other tasks in future.
- Right now, just runs
- Release a new version:
- Change version number in package.json
grunt release
- This makes new zip, git tag and updates version number.
- Note: The zip file will only be committed to branch you are on, so you probably want to merge to master first.
- Make a build without a release
- Run the
grunt just_build
command - This creates the zip, but does not tag a release in Github.
- Run the