From 0e70ec8654f25da7c7a3918f93a6f40ec6958974 Mon Sep 17 00:00:00 2001 From: Alex Wayne Date: Sat, 6 Jul 2013 15:41:34 -0700 Subject: [PATCH] ops --- bin/lysertron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/lysertron b/bin/lysertron index 422f021..c6db70a 100755 --- a/bin/lysertron +++ b/bin/lysertron @@ -1,7 +1,7 @@ #!/usr/bin/env coffee -HOST = 'http://localhost:3000/' -# HOST = 'http://lysertron.com/' +# HOST = 'http://localhost:3000/' +HOST = 'http://lysertron.com/' UglifyJS = require 'uglify-js' request = require 'request'