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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -