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

gulp-usemin

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-usemin - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

4

index.js

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

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