gobble-cli
Advanced tools
Comparing version 0.4.1 to 0.4.2
# changelog | ||
## 0.4.2 | ||
* Handle sourcemap events (from gobble 0.10.0 and later) | ||
## 0.4.1 | ||
@@ -4,0 +8,0 @@ |
@@ -135,2 +135,10 @@ /*global console */ | ||
SOURCEMAP_PROCESS_START: function ( x ) { | ||
return 'processing sourcemaps'; | ||
}, | ||
SOURCEMAP_PROCESS_COMPLETE: function ( x ) { | ||
return 'processed sourcemaps in ' + chalk.bold( x.duration + 'ms' ); | ||
}, | ||
TRANSFORM_START: function ( x ) { | ||
@@ -137,0 +145,0 @@ return chalk.bold( x.id ) + ' running...'; |
{ | ||
"name": "gobble-cli", | ||
"description": "Command line interface for gobble", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"author": "Rich Harris", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
22517
624