jruby - how to tell warbler to not read local rakefile -
is there way run warble war
in such way not read local rakefile? in other words, want able have borken rakefile, have not affect warbler @ all.
the reason warbler loads rakefile
able run rake environment
task if exists. if don’t want warbler load project rakefile
, set following value in config/warble.rb
file in project:
warbler.framework_detection = false
Comments
Post a Comment