gulp-styleguide
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -18,3 +18,3 @@ 'use strict'; | ||
css: 'src/**/*.{css,less,scss}', | ||
templates: __dirname + '/resources/templates/**/*.{mustache,html}' | ||
templates: [] | ||
}, | ||
@@ -39,2 +39,7 @@ dest: { | ||
// Add default templates | ||
if (typeof options.src.templates.unshift === 'function') { | ||
options.src.templates.push(__dirname + '/resources/templates/**/*.{mustache,html}'); | ||
} | ||
return function() { | ||
@@ -41,0 +46,0 @@ return gulp.src(options.src.templates) |
{ | ||
"name": "gulp-styleguide", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "gulp pipeline to generate a styleguide from DSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
29820
488