gulp-combo
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -27,2 +27,10 @@ 'use strict'; | ||
if(chunk.match('<!--combo async:false-->')) { | ||
async = false; | ||
} | ||
if(chunk.match('<!--combo async:true-->')) { | ||
async = true; | ||
} | ||
if(async === true) { | ||
@@ -29,0 +37,0 @@ scriptTag = '<script type="text/javascript" src="' + uri + '" async="async"></script>'; |
{ | ||
"name": "gulp-combo", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "html scripts, links combo for gulp", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9139
128