Closed unlight closed 8 years ago
Which prevents catching.
See comments.
function processStyles(done) { if (opts.styleProcessor) { CSS = true; extend(opts, cssOptions()); execute(function () { // First argument is error, it should be forwarded to done() reset(); done(null); }); } }
Same in other functions: https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L82 https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L72
this is a duplicate of #60
Which prevents catching.
See comments.
Same in other functions: https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L82 https://github.com/ludohenin/gulp-inline-ng2-template/blob/master/parser.js#L72