`warble executable war`与`bundle exec warble executable war`之间的区别

时间:2017-07-11 12:05:18

标签: ruby-on-rails bundler jruby warbler

我正在尝试将Rails应用程序打包到WAR文件中。我正在预编译资产,然后使用warbler将应用程序打包到WAR文件中。

预编译:

bundle exec rake assets:precompile

现在我尝试使用以下命令将Rails应用程序打包到WAR文件中:

warble executable war

上述命令与以下命令之间的主要区别是什么:

bundle exec warble executable war 

1 个答案:

答案 0 :(得分:2)

bundle exec warble executable war 

bundle exec将确保使用Gemfile

中提到的gem版本