use ace-builds via bower

removed screen in install script
not longer forwarding port 80 in vagrantfile
This commit is contained in:
Matthew Scragg 2014-09-15 16:45:47 -05:00
parent b8531a0347
commit 6128d05c69
266 changed files with 511 additions and 1767 deletions

1
Vagrantfile vendored
View file

@ -13,6 +13,5 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
Vagrant::Config.run do |config|
config.vm.forward_port 80, 8080
config.vm.forward_port 5000, 5000
end