gulp-combo
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -21,2 +21,8 @@ 'use strict'; | ||
var scriptTag = '<script type="text/javascript" src="' + uri + '"></script>'; | ||
var async = options.async || false; | ||
if(async === true) { | ||
scriptTag = '<script type="text/javascript" src="' + uri + '" async="async"></script>'; | ||
} | ||
return scriptTag; | ||
@@ -23,0 +29,0 @@ }; |
{ | ||
"name": "gulp-combo", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "html scripts, links combo for gulp", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,4 @@ gulp-combo | ||
{ | ||
splitter: ';' | ||
splitter: ';', | ||
async: false | ||
} | ||
@@ -19,0 +20,0 @@ ``` |
7001
80
77