-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate uglify in web server image creation #205
base: master
Are you sure you want to change the base?
Conversation
These changes have only been tested up to but not including the use of packer. Run locally, they successfully produced an uglified filament.tgz.
Vagrantfile
Outdated
@@ -16,7 +16,7 @@ Vagrant.configure('2') do |config| | |||
|
|||
# Disable Guest Addition install for the moment. It seems to cause more | |||
# problems than it solves |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This solved more problems than it caused for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fixed things for Fabrice as well, so +1
Can one of the admins verify this patch? (Reply "ok to test") |
@declarativ-bot ok to test |
@Stuk, can you please take a look at this? Wouldn't mind seeing it merged assuming it's working just to get the "mopping" task off our plate. |
sure |
@kriskowal After uncompressing the contents of the tgz are:
this is what the current tgz contains:
obviously the mopped one is missing a lot of stuff. |
add travis build config
log uncaughtException on project, login and container
fix Object.map usage from old collections on containerIndex
update container and base image nodejs version from 0.10.x to 4.x
These changes have only been tested up to but not including the use of
packer. Run locally, they successfully produced an uglified
filament.tgz.