Skip to content

Instantly share code, notes, and snippets.

View gsamokovarov's full-sized avatar
👾
...

Genadi Samokovarov gsamokovarov

👾
...
View GitHub Profile
require 'therubyracer'
require 'json'
ctx = V8::Context.new
ctx.eval(File.read('uglify/es5.js'))
ctx.eval(File.read('uglify/split.js'))
ctx.eval(File.read('uglify/uglify.js'))