This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
supporting-the-build
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 thevagrant
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"
},
...