Fixed path to cleancss library (from global to local).
authorJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 25 May 2011 17:49:02 +0000 (19:49 +0200)
committerJakub Pawlowicz <jakub@goalsmashers.com>
Wed, 25 May 2011 17:49:02 +0000 (19:49 +0200)
bin/cleancss

index 1a39ebf..e555412 100755 (executable)
@@ -2,7 +2,7 @@
 
 global.sys = require(/^v0\.[012]/.test(process.version) ? "sys" : "util");
 var argv = require('optimist').argv,
-  cleanCss = require('clean-css'),
+  cleanCss = require('../index'),
   fs = require('fs');
 
 var options = {