I know warble compiled
, but this command compiles only the source of a project.
I want that warbler compiles gems together. How to do it?
warble config
, and 'config/warble.rb' is createdconfig.compile_gems = true
warble compiled jar
, and you will see your *.jar
result file.