Skip to content
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

Added script to generate a release bundle #11

Conversation

felixble
Copy link
Contributor

Updates all dependencies and generates a zip-file with all files needed to run this application in production mode so you don't need to install dev-dependencies like composer, node.js, gulp or bower on the production server.

You can run the script either via "composer run-script make-release-bundle -- " or "./makeReleaseBundle.sh ". This will generate a zip file with the name "release-.zip".

Maybe this could be useful for someone else, too ;-)

Updates all dependencies and generates a zip-file with all files needed to run this application in production mode so you don't need to install dev-dependencies like composer, node.js, gulp or bower on the production server.

You can run the script either via "composer run-script make-release-bundle -- <version-name>" or "./makeReleaseBundle.sh <version-name>". This will generate a zip file with the name "release-<version-name>.zip".
@vaibhavpandeyvpz vaibhavpandeyvpz merged commit 143b1b0 into vaibhavpandeyvpz:master Jan 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants