gulp-html-dependencies
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -29,2 +29,8 @@ /** | ||
if (options.prefix.length > 1) { | ||
if (options.prefix[options.prefix.length - 1] != '/') { | ||
options.prefix += '/'; | ||
} | ||
} | ||
return es.map((file, done) => { | ||
@@ -31,0 +37,0 @@ let dest = options.dest || path.dirname(file.path); |
{ | ||
"name": "gulp-html-dependencies", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Parse your HTML file and copy bower/npm files to your destination directory", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# gulp-html-dependencies | ||
Parse your HTML file and copy bower/npm dependencies to your destination directory | ||
[![Build Status](https://travis-ci.org/demsking/gulp-html-dependencies.svg?branch=master)](https://travis-ci.org/demsking/gulp-html-dependencies) | ||
## Install | ||
@@ -5,0 +7,0 @@ |
@@ -54,3 +54,3 @@ 'use strict'; | ||
dest: '/tmp/dist', | ||
prefix: '/vendor-flat', | ||
prefix: '/vendor-flat/', | ||
flat: true, | ||
@@ -57,0 +57,0 @@ }); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13406
105
203