We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c27921 commit a9c7ec4Copy full SHA for a9c7ec4
Gemfile
@@ -349,3 +349,5 @@ group :development do
349
# TomDoc for YARD (http://rubyworks.github.com/yard-tomdoc)
350
gem "yard-tomdoc"
351
end
352
+
353
+gem "uglifier"
Gemfile.lock
@@ -436,6 +436,8 @@ GEM
436
turbolinks-source (5.2.0)
437
tzinfo (1.2.7)
438
thread_safe (~> 0.1)
439
+ uglifier (4.2.0)
440
+ execjs (>= 0.3.0, < 3)
441
unicode-display_width (1.7.0)
442
uniform_notifier (1.13.0)
443
warden (1.2.8)
@@ -542,6 +544,7 @@ DEPENDENCIES
542
544
text
543
545
translation
546
turbolinks
547
+ uglifier
548
web-console
549
webdrivers
550
webmock
0 commit comments