Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

supporting-the-build

Compare
Choose a tag to compare
@becw becw released this 15 Apr 00:32

New features

  • Gulp is now installed globally
  • The PALANTIR_ENVIRONMENT variable is provided for use as the default build environment
  • A global .gitignore is configured for the vagrant user, so that artifacts built on the VM ignore things like .DS_Store files

Bug fixes

  • The composer.json json syntax is now correct

For existing projects

New features will not be available unless you reinstall the-vagrant with vendor/bin/phing -f vendor/palantirnet/the-vagrant/tasks/vagrant.xml; then each developer will need to re-provision their vagrant box with vagrant reload --provision.

For new projects

Because the composer.json is now correct, you may reference this repository directly in your own project's composer.json repositories key:

    "repositories": [
        {
            "type": "vcs",
            "url": "[email protected]:palantirnet/the-vagrant.git"
        },
        ...