Include Webpack and use it for jQuery, Bootstrap and chosen.js

This commit is contained in:
Sebastian Serth
2018-10-07 23:53:16 +02:00
parent 9666683bd7
commit 4d1cf972e4
28 changed files with 7177 additions and 35 deletions

1
Vagrantfile vendored
View File

@ -7,6 +7,7 @@ Vagrant.configure(2) do |config|
v.memory = 8192
end
config.vm.network "private_network", ip: "192.168.59.104"
config.vm.network "forwarded_port", guest: 3035, host: 3035
# config.vm.synced_folder "../data", "/vagrant_data"
config.vm.provision "shell", path: "provision.sh", privileged: false
end