Skip to content

Commit

Permalink
recompiling
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Jun 16, 2012
1 parent 77bec8f commit 0553481
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/toaster.js
Expand Up @@ -25,7 +25,7 @@ var toaster = exports.toaster = {};


(function() {
var StringUtil, Toaster, debug, error, growl, icon_error, icon_warn, interval, log, msgs, process_msgs, queue_msg, start_worker, stop_worker, warn,
var Toaster, debug, error, growl, icon_error, icon_warn, interval, log, msgs, process_msgs, queue_msg, start_worker, stop_worker, warn,
__slice = [].slice,
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
__hasProp = {}.hasOwnProperty,
Expand Down Expand Up @@ -227,7 +227,7 @@ var toaster = exports.toaster = {};
})();

__t('toaster.utils').FsUtil = (function() {
var FnUtil, fs, path, pn;
var ArrayUtil, FnUtil, fs, path, pn;

function FsUtil() {}

Expand All @@ -239,6 +239,8 @@ var toaster = exports.toaster = {};

FnUtil = toaster.utils.FnUtil;

ArrayUtil = toaster.utils.ArrayUtil;

FsUtil.rmdir_rf = function(folderpath, root) {
var file, files, stats, _i, _len;
if (root == null) {
Expand Down Expand Up @@ -436,8 +438,6 @@ var toaster = exports.toaster = {};

FsUtil._on_folder_change = function(folderpath, curr, prev) {
var a, b, diff, info, item, watcher, watchers, _i, _j, _k, _len, _len1, _len2, _results;
console.log("FsUtil: ");
console.log(FsUtil);
if (!path.existsSync(folderpath)) {
return;
}
Expand Down Expand Up @@ -640,7 +640,7 @@ var toaster = exports.toaster = {};
}
};

StringUtil = StringUtil = (function() {
__t('toaster.utils').StringUtil = (function() {

function StringUtil() {}

Expand Down Expand Up @@ -687,7 +687,7 @@ var toaster = exports.toaster = {};
})();

__t('toaster.core').Builder = (function() {
var ArrayUtil, FnUtil, FsUtil, cs, fs, missing, path, uglify, uglify_parser;
var ArrayUtil, FnUtil, FsUtil, StringUtil, cs, fs, missing, path, uglify, uglify_parser;

fs = require('fs');

Expand Down Expand Up @@ -846,7 +846,7 @@ var toaster = exports.toaster = {};
return declaration;
};

Builder.prototype.watch = function(after_watch) {
Builder.prototype.watch = function() {
var src, _i, _len, _ref, _results,
_this = this;
_ref = this.config.src_folders;
Expand Down

0 comments on commit 0553481

Please sign in to comment.