Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
众所周知,有很多工具或库可以缩小 javascript、css,是否有任何工具或库可以缩小 ruby 文件?在谷歌搜索后,这个问题没有正确的答案。
非常感谢。
使用 Jruby!
将应用程序打包到 war 或 jar 中时,您可以向它传递一个compiled标志,该标志会将.rb文件编译成 java 的.class字节码文件
compiled
.rb
.class
莺文档