From 42e1f6bfb418a605022f4ed44c9281ead2b31473 Mon Sep 17 00:00:00 2001 From: Kirill Pertsev Date: Mon, 4 May 2015 06:06:05 -0700 Subject: [PATCH] New compile --- build/compile.js | 8 +++++--- build/remove.js | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build/compile.js b/build/compile.js index 2d899cc..ffc0cf5 100644 --- a/build/compile.js +++ b/build/compile.js @@ -1,10 +1,11 @@ +// Generated by CoffeeScript 1.9.2 (function() { module.exports = { before: "modules", run: function(root, path, settings, doc, callback) { - var async, attachments, attachmentsPaths, coffee, compileAttachment, compileModule, extension_pattern, file_pattern, modules, modulesPaths, precompiler, processAttachments, processModules, utils, _ref, _ref2; - modulesPaths = (_ref = settings["coffee-script"]) != null ? _ref["modules"] : void 0; - attachmentsPaths = (_ref2 = settings["coffee-script"]) != null ? _ref2["attachments"] : void 0; + var async, attachments, attachmentsPaths, coffee, compileAttachment, compileModule, extension_pattern, file_pattern, modules, modulesPaths, precompiler, processAttachments, processModules, ref, ref1, utils; + modulesPaths = (ref = settings["coffee-script"]) != null ? ref["modules"] : void 0; + attachmentsPaths = (ref1 = settings["coffee-script"]) != null ? ref1["attachments"] : void 0; if (!((modulesPaths != null) || (attachmentsPaths != null))) { console.log("CoffeeScript precompiler requires either a 'modules' or an 'attachment' setting"); return callback(null, doc); @@ -52,4 +53,5 @@ }); } }; + }).call(this); diff --git a/build/remove.js b/build/remove.js index 5bf7f87..f7b2479 100644 --- a/build/remove.js +++ b/build/remove.js @@ -1,3 +1,4 @@ +// Generated by CoffeeScript 1.9.2 (function() { module.exports = { after: "attachments", @@ -11,4 +12,5 @@ return callback(null, doc); } }; + }).call(this);