gulp-usemin
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -24,4 +24,4 @@ var path = require('path'); | ||
if (options.ouputRelativePath && isStatic) | ||
filePath = options.ouputRelativePath + name; | ||
if (options.outputRelativePath && isStatic) | ||
filePath = options.outputRelativePath + name; | ||
@@ -28,0 +28,0 @@ return new gutil.File({ |
{ | ||
"name": "gulp-usemin", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -83,3 +83,3 @@ # gulp-usemin | ||
#### ouputRelativePath | ||
#### outputRelativePath | ||
Type: `String` | ||
@@ -158,2 +158,5 @@ Relative location to html file for new concatenated js and css. | ||
#####0.3.7 | ||
- ouputRelativePath renamed outputRelativePath | ||
#####0.3.6 | ||
@@ -160,0 +163,0 @@ - ouputRelativePath option (by bhstahl) |
33515
214