Move d3 to package.json and include I18n JS library though Gemfile

Also, update bundle to make it installable again (a version had been removed)
This commit is contained in:
Sebastian Serth
2019-03-05 18:21:26 +01:00
parent 3e4efdfca9
commit 26c2069e02
15 changed files with 3011 additions and 2490 deletions

View File

@ -12,4 +12,8 @@ require "bundler/setup"
require "webpacker"
require "webpacker/webpack_runner"
Webpacker::WebpackRunner.run(ARGV)
APP_ROOT = File.expand_path("..", __dir__)
Dir.chdir(APP_ROOT) do
Webpacker::WebpackRunner.run(ARGV)
end