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

gulp-compass

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-compass - npm Package Compare versions

Comparing version 1.1.9 to 1.2.0

test/.sass-cache/0efeb304f0e3a98f6d2f8bc598377b925d2c32fd/_background.scssc

12

gulpfile.js

@@ -7,6 +7,5 @@ 'use strict';

var gulp = require('gulp'),
jshint = require('gulp-jshint'),
mocha = require('gulp-mocha'),
clean = require('gulp-clean'),
reporter = require('jshint-stylish');
jshint = require('gulp-jshint'),
mocha = require('gulp-mocha'),
reporter = require('jshint-stylish');

@@ -24,7 +23,4 @@ gulp.task('hint', function () {

gulp.task('clean', function () {
return gulp.src('test/css', {read: false})
.pipe(clean());
});
gulp.task('clean', require('del').bind(null, ['test/css']));
gulp.task('default', ['hint', 'mocha']);

@@ -31,3 +31,3 @@ 'use strict';

this.emit('error', new gutil.PluginError(PLUGIN_NAME, 'You need to have Ruby and Compass installed ' +
'and in your system PATH for this task to work. '));
'and in your system PATH for this task to work.'));
return cb();

@@ -38,3 +38,3 @@ }

if (code !== 0) {
this.emit('error', new gutil.PluginError(PLUGIN_NAME, stdout || 'Compass failed'));
this.emit('error', new gutil.PluginError(PLUGIN_NAME, stdout || 'Compass failed', {fileName: file.path}));
return cb();

@@ -41,0 +41,0 @@ }

{
"name": "gulp-compass",
"version": "1.1.9",
"version": "1.2.0",
"description": "Compile Compass files",

@@ -28,17 +28,17 @@ "main": "index.js",

"dependencies": {
"gulp-util": "~2.2.10",
"which": "~1.0.5",
"through2": "~0.4.0"
"gulp-util": "^3.0.0",
"through2": "^0.5.1",
"which": "^1.0.5"
},
"devDependencies": {
"mocha": "~1.16.2",
"should": "~2.1.1",
"which": "~1.0.5",
"iconv-lite": "~0.2.11",
"gulp-jshint": "^1.5.5",
"jshint-stylish": "~0.1.5",
"map-stream": "~0.1.0",
"gulp": "^3.6.2",
"gulp-mocha": "^0.4.1",
"gulp-clean": "^0.2.4"
"del": "^0.1.1",
"gulp": "^3.8.6",
"gulp-jshint": "^1.8.0",
"gulp-mocha": "^0.5.2",
"iconv-lite": "^0.4.4",
"jshint-stylish": "^0.4.0",
"map-stream": "^0.1.0",
"mocha": "^1.21.3",
"should": "^4.0.4",
"which": "^1.0.5"
},

@@ -45,0 +45,0 @@ "engines": {

@@ -1,3 +0,5 @@

# Gulp compass [![NPM version](https://badge.fury.io/js/gulp-compass.png)](http://badge.fury.io/js/gulp-compass) [![Build Status](https://travis-ci.org/appleboy/gulp-compass.png?branch=master)](https://travis-ci.org/appleboy/gulp-compass)
# [gulp](http://gulpjs.com/)-compass
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status](https://travis-ci.org/appleboy/gulp-compass.png?branch=master)](https://travis-ci.org/appleboy/gulp-compass)
[![NPM](https://nodei.co/npm/gulp-compass.png?downloads=true&stars=true)](https://nodei.co/npm/gulp-compass/)

@@ -7,2 +9,6 @@

[npm-url]: https://www.npmjs.org/package/gulp-compass
[npm-image]: http://img.shields.io/npm/v/gulp-compass.svg
[downloads-image]: http://img.shields.io/npm/dm/gulp-compass.svg
## Requirements

@@ -239,10 +245,14 @@

#### environment
**description:** The environment mode can also be `development` or `production`.
## Running tests
```
$ gem install sass
$ gem install compass
$ gem install susy
$ gem install sass --version "=3.2.19"
$ gem install compass --version "=0.12.6"
$ gem install susy --version "=1.0.9"
$ gem install modular-scale
$ npm test
```

@@ -168,3 +168,3 @@ 'use strict';

timer = setInterval(function(){
if (process === 9) {
if (process === 10) {
clearInterval(timer);

@@ -171,0 +171,0 @@ done();

Sorry, the diff of this file is not supported yet

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