|
|
|
@ -55,7 +55,6 @@ function Compiler (handleImportCall) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var compile = function (files, target) { |
|
|
|
|
console.dir("compile"); |
|
|
|
|
self.event.trigger('compilationStarted', []) |
|
|
|
|
internalCompile(files, target) |
|
|
|
|
} |
|
|
|
@ -212,7 +211,6 @@ function Compiler (handleImportCall) { |
|
|
|
|
} else if (missingInputs !== undefined && missingInputs.length > 0) { |
|
|
|
|
// try compiling again with the new set of inputs
|
|
|
|
|
|
|
|
|
|
console.dir("compilationFinshed"); |
|
|
|
|
internalCompile(source.sources, source.target, missingInputs) |
|
|
|
|
} else { |
|
|
|
|
data = updateInterface(data) |
|
|
|
|