gulp-jsmodule
Advanced tools
Comparing version
@@ -191,3 +191,3 @@ var through = require('through'), | ||
this.emit('end'); | ||
logEvent("Reconciled " + jsm.fileList.length + " files for " + fileName + " (from cache)."); | ||
logEvent("Reconciled " + jsm.fileList.length.toString().yellow + " files for " + fileName.magenta + " (from cache)."); | ||
}.bind(this)); | ||
@@ -216,3 +216,3 @@ } else { | ||
this.emit('end'); | ||
logEvent("Reconciled " + jsm.fileList.length + " files for " + fileName + " (" + formatKB(joinedContents.length) + ")."); | ||
logEvent("Reconciled " + jsm.fileList.length.toString().yellow + " files for " + fileName.magenta + " (" + formatKB(joinedContents.length) + ")."); | ||
} | ||
@@ -219,0 +219,0 @@ } |
@@ -332,3 +332,2 @@ /** | ||
JSModuleCompiler.prototype.getCompiledContents = function (config) { | ||
console.log(config); | ||
this._reconcile(); | ||
@@ -335,0 +334,0 @@ |
{ | ||
"name": "gulp-jsmodule", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Gulp plugin for reconciling AMD dependency trees in JavaScript projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
18266
-70.98%6
-57.14%509
-0.2%