Created
May 4, 2016 07:29
-
-
Save SamSaffron/336c4bb73c6ea6ca071dba7455af8cbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'therubyracer' | |
require 'uglifier' | |
puts Uglifier.compile(File.read(ARGV[0])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment