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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -