From: Jakub Pawlowicz Date: Wed, 25 May 2011 17:49:02 +0000 (+0200) Subject: Fixed path to cleancss library (from global to local). X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=93f677c1391365a012247e21a261a2a9ffeb2789;p=clean-css.git Fixed path to cleancss library (from global to local). --- diff --git a/bin/cleancss b/bin/cleancss index 1a39ebf1..e5554123 100755 --- a/bin/cleancss +++ b/bin/cleancss @@ -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 = {