-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not try to re-install same PhantomJS version #17
Comments
Yes, the file is downloaded to the cache and overwritten from the cache each time.
|
+1 |
Another +1 here |
yes please +1 |
Ok, i've added a version comparison between the requested version and the already installed version. The installation of PhantomJS is skipped (on a second run of the installer), when the installed version is lower or equal to the version you are trying to install. The changes are on the It would be nice, if you find the time to test this and provide some feedback. Best, Jens |
Sure I'll give it a run |
Looking good! vagrant@backend:~/kaartje2go.nl/app$ composer update [blablabla]
vagrant@backend:~/kaartje2go.nl/app$ composer install [blablabla]
|
updating readme version for easier copy-pasteing issue #17
Thank you for the quick feedback! The new version is |
I've noticed that, after the first install, the scripts try to install again the same PhantomJS binary every time we mess around with Composer. Would be better if it noticed there was no need to update anything, and skip that procedure.
The text was updated successfully, but these errors were encountered: