gulp-symlink
Advanced tools
Comparing version
@@ -49,3 +49,3 @@ /* jshint node:true */ | ||
if (symlinker.prototype.debug === false) { | ||
gutil.log('Symlink', gutil.colors.magenta(localPath(sym)), '->', gutil.colors.magenta(localPath(file.path))); | ||
gutil.log(gutil.colors.magenta(localPath(file.path)), 'symlinked to', gutil.colors.magenta(localPath(sym))); | ||
} | ||
@@ -84,2 +84,4 @@ cb(); | ||
_setDebug(false); | ||
// Expose main functionality under relative, for convenience | ||
@@ -86,0 +88,0 @@ |
{ | ||
"name": "gulp-symlink", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Create symlinks during your gulp build.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
11657
0.15%187
0.54%