mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
include a js runtime for uglifier (I know, I know... still better than requiring JAVA)
This commit is contained in:
parent
7ea1704a64
commit
611334cad4
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ Gem::Specification.new do |s|
|
|||
s.add_runtime_dependency("padrino-core", ["~> 0.9.23"])
|
||||
s.add_runtime_dependency("padrino-helpers", ["~> 0.9.23"])
|
||||
s.add_runtime_dependency("rack-test", ["~> 0.5.0"])
|
||||
s.add_runtime_dependency("therubyracer", ["~> 0.8.0"]) unless defined?(JRUBY_VERSION)
|
||||
s.add_runtime_dependency("therubyrhino", ["~> 1.72.0"]) if defined?(JRUBY_VERSION)
|
||||
s.add_runtime_dependency("uglifier", ["~> 0.5.0"])
|
||||
s.add_runtime_dependency("haml", ["~> 3.1.0"])
|
||||
s.add_runtime_dependency("sass", ["~> 3.1.0"])
|
||||
|
|
Loading…
Reference in a new issue