Comparing version 0.0.2 to 0.0.3
@@ -8,4 +8,7 @@ var pkg = require( './packages' ); | ||
return pro.gen_code( pro.ast_squeeze( pro.ast_mangle( jsp.parse( content ) ) ) ); | ||
} // in these case a create file has been triggered when the file is saved but not valid | ||
catch ( e ) { return null; } // todo: should we check if the file is in a valid state, period, before re-writing it? | ||
} // in these case a create file has been triggered when the file is saved but not valid | ||
catch ( e ) { // todo: should we check if the file is in a valid state, period, before re-writing it? | ||
console.log( e ); | ||
return null; | ||
} | ||
}, | ||
@@ -12,0 +15,0 @@ 'text/css' : function( content ) { |
@@ -12,9 +12,9 @@ { | ||
"dependencies" : { | ||
"Templ8" : ">= 0.9.12", | ||
"Templ8" : ">= 0.9.20", | ||
"clean-css" : ">= 0.6.0", | ||
"d8" : ">= 0.3.6", | ||
"m8" : ">= 0.2.7", | ||
"d8" : ">= 0.3.8", | ||
"m8" : ">= 0.3.4", | ||
"mime" : ">= 1.2.7", | ||
"mkdirp" : ">= 0.3.4", | ||
"n8iv" : ">= 0.2.6", | ||
"n8iv" : ">= 0.2.9", | ||
"uglify-js" : ">= 1.3.0", | ||
@@ -38,3 +38,3 @@ "walkdir" : ">= 0.0.5" | ||
}, | ||
"version" : "0.0.2" | ||
"version" : "0.0.3" | ||
} |
14448
263
UpdatedTempl8@>= 0.9.20
Updatedd8@>= 0.3.8
Updatedm8@>= 0.3.4
Updatedn8iv@>= 0.2.9