Skip to content

Commit a9c7ec4

Browse files
committed
include uglifier for production
1 parent 0c27921 commit a9c7ec4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,5 @@ group :development do
349349
# TomDoc for YARD (http://rubyworks.github.com/yard-tomdoc)
350350
gem "yard-tomdoc"
351351
end
352+
353+
gem "uglifier"

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ GEM
436436
turbolinks-source (5.2.0)
437437
tzinfo (1.2.7)
438438
thread_safe (~> 0.1)
439+
uglifier (4.2.0)
440+
execjs (>= 0.3.0, < 3)
439441
unicode-display_width (1.7.0)
440442
uniform_notifier (1.13.0)
441443
warden (1.2.8)
@@ -542,6 +544,7 @@ DEPENDENCIES
542544
text
543545
translation
544546
turbolinks
547+
uglifier
545548
web-console
546549
webdrivers
547550
webmock

0 commit comments

Comments
 (0)