Skip to content

Commit

Permalink
fixed main loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Kravchenko committed Oct 30, 2013
1 parent 7bc6560 commit 442a0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/group-css-media-queries
Expand Up @@ -2,8 +2,8 @@

var fs = require('fs');

var main = require(__dirname + '/../');

var path = require('path');
var main = require(path.join(path.dirname(fs.realpathSync(__filename)), '../'));

var input = function(cb) {
var inputFilename = process.argv[2];
Expand Down

0 comments on commit 442a0a0

Please sign in to comment.