Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/oklai/koala
Browse files Browse the repository at this point in the history
  • Loading branch information
hkz404 committed Sep 9, 2013
2 parents 376565f + b531722 commit 88de36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/scripts/compilers/CssCompiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = CssCompiler;
* @param {Object} emitter compile event emitter
*/
CssCompiler.prototype.compile = function(file, emitter) {
// global.debug(file);
global.debug(file);
var cleanCSS = require('clean-css');
var rootPath = file.src.substring(0, file.src.indexOf(file.name));
var source = fs.readFileSync(file.src, 'utf-8');
Expand Down

0 comments on commit 88de36f

Please sign in to comment.