Skip to content
Devin Walker edited this page Jul 8, 2016 · 1 revision

Make sure you have Setup Dev Environment first.

Setup Dev Environment

  • grunt setup-dev
    • Right now, just runs composer update will do other tasks in future.

Building/Releasing

  • 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.

Google Maps Builder

Local Development

Developer Notes

Clone this wiki locally