Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit 1ca3ffa

Browse files
authored
Merge pull request #146 from sul-dlss/use_node
Use node for compiling assets. Fixes #101
2 parents b753941 + 1863fd1 commit 1ca3ffa

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ gem 'sul_chrome', '~> 0.1.0'
3030
gem 'sass-rails', '~> 4.0'
3131
gem 'coffee-rails', '~> 4.2'
3232
gem 'bootstrap-sass', '2.3.2.1'
33-
gem 'therubyracer'
34-
gem 'libv8', '~> 3.16.14.19' # dep of therubyracer
3533
gem 'uglifier', '>= 1.0.3'
3634

3735
# gems only needed for particular environments

Gemfile.lock

-7
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ GEM
238238
addressable (~> 2.3)
239239
letter_opener (1.4.1)
240240
launchy (~> 2.2)
241-
libv8 (3.16.14.19)
242241
link_header (0.0.8)
243242
logger (1.2.8)
244243
loofah (2.0.3)
@@ -358,7 +357,6 @@ GEM
358357
rdf-xsd (~> 1.99)
359358
rdf-xsd (1.99.0)
360359
rdf (~> 1.99)
361-
ref (2.0.0)
362360
responders (2.4.0)
363361
actionpack (>= 4.2.0, < 5.3)
364362
railties (>= 4.2.0, < 5.3)
@@ -451,9 +449,6 @@ GEM
451449
bootstrap-sass
452450
rails (>= 3.1.0)
453451
systemu (2.6.5)
454-
therubyracer (0.12.3)
455-
libv8 (~> 3.16.14.15)
456-
ref
457452
thor (0.19.4)
458453
thread_safe (0.3.6)
459454
tilt (1.4.1)
@@ -511,7 +506,6 @@ DEPENDENCIES
511506
jquery-rails
512507
launchy
513508
letter_opener
514-
libv8 (~> 3.16.14.19)
515509
mysql2
516510
net-http-persistent (~> 2.9)
517511
okcomputer
@@ -524,7 +518,6 @@ DEPENDENCIES
524518
simplecov
525519
sqlite3
526520
sul_chrome (~> 0.1.0)
527-
therubyracer
528521
uglifier (>= 1.0.3)
529522
validates_email_format_of
530523
whenever (~> 0.9)

0 commit comments

Comments
 (0)