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

gulp-minify-css

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-minify-css - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

16

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.4] - 2015-06-02
- index.js
* Remove the file-path workarounds since clean-css v3.3.0 treats paths correctly.
## [1.1.3] - 2015-05-31
This version is exactly the same as v1.1.2. See [the discussion about it](https://github.com/murphydanger/gulp-minify-css/commit/a0357378a80845353b496a6f347040b8afbba79b#commitcomment-11456375).
## [1.1.2] - 2015-05-31
### Changed
- Reflect the update of the repository owner name.
## [1.1.1] - 2015-05-03

@@ -6,0 +22,0 @@

9

index.js

@@ -26,11 +26,2 @@ 'use strict';

if (file.path) {
var dirName = path.dirname(file.path);
// Image URLs are rebased with the assumption that they are relative to the
// CSS file they appear in (unless "relativeTo" option is explicitly set by
// caller)
fileOptions.relativeTo = options.relativeTo || path.resolve(dirName);
fileOptions.target = options.target || dirName;
cssFile = {};

@@ -37,0 +28,0 @@ cssFile[file.path] = {styles: buf.toString()};

19

package.json
{
"name": "gulp-minify-css",
"description": "Minify css with clean-css.",
"version": "1.1.3",
"version": "1.1.4",
"repository": "murphydanger/gulp-minify-css",

@@ -25,10 +25,10 @@ "author": "Jonathan Pollack <jonathan@gnobel.com> (gnobel.com)",

"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --env mocha index.js test",
"test": "mocha",
"test-dot": "mocha --reporter dot",
"coverage": "istanbul cover _mocha",
"test": "_mocha --full-trace",
"test-dot": "_mocha --reporter dot --full-trace",
"coverage": "istanbul cover _mocha -- --full-trace",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"dependencies": {
"clean-css": "^3.2.6",
"gulp-util": "^3.0.4",
"clean-css": "^3.3.0",
"gulp-util": "^3.0.5",
"object-assign": "^2.0.0",

@@ -42,10 +42,9 @@ "through2": "^0.6.5",

"chai": "^2.3.0",
"eslint": "^0.20.0",
"gulp": "^3.8.11",
"eslint": "^0.22.1",
"from2-string": "^1.0.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.1",
"gulp-stylus": "^2.0.3",
"istanbul": "^0.3.13",
"istanbul-coveralls": "^1.0.2",
"mocha": "^2.2.4",
"simple-bufferstream": "^1.0.0",
"stream-combiner2": "^1.0.2",

@@ -52,0 +51,0 @@ "vinyl": "^0.4.6"

# gulp-minify-css
[![Build Status](https://travis-ci.org/jonathanepollack/gulp-minify-css.svg?branch=master)](https://travis-ci.org/jonathanepollack/gulp-minify-css)
[![Build Status](https://travis-ci.org/murphydanger/gulp-minify-css.svg?branch=master)](https://travis-ci.org/murphydanger/gulp-minify-css)
[![Build status](https://ci.appveyor.com/api/projects/status/eidg7ju694an2i74?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/gulp-minify-css)
[![Coverage Status](https://img.shields.io/coveralls/jonathanepollack/gulp-minify-css.svg)](https://coveralls.io/r/jonathanepollack/gulp-minify-css)
[![Coverage Status](https://img.shields.io/coveralls/murphydanger/gulp-minify-css.svg)](https://coveralls.io/r/murphydanger/gulp-minify-css)

@@ -7,0 +7,0 @@ [gulp](http://gulpjs.com/) plugin to minify CSS, using [clean-css]

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