Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-styleguide

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-styleguide - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

index.js

@@ -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)

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc