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?
Asked
Active
Viewed 331 times
1 Answers
0
- Create 'config' folder in your project folder
- Run
warble config
, and 'config/warble.rb' is created - Edit the warble.rb file --
config.compile_gems = true
- Run
warble compiled jar
, and you will see your*.jar
result file.

Gugja Sputnik
- 103
- 9