gulp-compass
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
257
51
502577
94
660
+ Addedansi-gray@0.1.1(transitive)
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedansi-wrap@0.1.0(transitive)
+ Addedarray-differ@1.0.0(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedbeeper@1.1.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedclone@1.0.4(transitive)
+ Addedcolor-support@1.1.3(transitive)
+ Addeddateformat@2.2.0(transitive)
+ Addedfancy-log@1.3.3(transitive)
+ Addedglogg@1.0.2(transitive)
+ Addedgulp-util@3.0.8(transitive)
+ Addedgulplog@1.0.0(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-gulplog@0.1.0(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedlodash._basecopy@3.0.1(transitive)
+ Addedlodash._basetostring@3.0.1(transitive)
+ Addedlodash._basevalues@3.0.0(transitive)
+ Addedlodash._getnative@3.9.1(transitive)
+ Addedlodash._isiterateecall@3.0.9(transitive)
+ Addedlodash._reescape@3.0.0(transitive)
+ Addedlodash._reevaluate@3.0.0(transitive)
+ Addedlodash._reinterpolate@3.0.0(transitive)
+ Addedlodash._root@3.0.1(transitive)
+ Addedlodash.escape@3.2.0(transitive)
+ Addedlodash.isarguments@3.1.0(transitive)
+ Addedlodash.isarray@3.0.4(transitive)
+ Addedlodash.keys@3.1.2(transitive)
+ Addedlodash.restparam@3.6.1(transitive)
+ Addedlodash.template@3.6.2(transitive)
+ Addedlodash.templatesettings@3.1.1(transitive)
+ Addedobject-assign@3.0.0(transitive)
+ Addedparse-node-version@1.0.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedreplace-ext@0.0.1(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsparkles@1.0.1(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedtime-stamp@1.1.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedvinyl@0.5.3(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedansi-regex@0.2.1(transitive)
- Removedansi-styles@1.1.0(transitive)
- Removedarray-find-index@1.0.2(transitive)
- Removedcamelcase@2.1.1(transitive)
- Removedcamelcase-keys@2.1.0(transitive)
- Removedchalk@0.5.1(transitive)
- Removedcurrently-unhandled@0.4.1(transitive)
- Removeddateformat@1.0.12(transitive)
- Removeddecamelize@1.2.0(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedfind-up@1.1.2(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedget-stdin@4.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedgulp-util@2.2.20(transitive)
- Removedhas-ansi@0.1.0(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhosted-git-info@2.8.9(transitive)
- Removedindent-string@2.1.0(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-core-module@2.16.1(transitive)
- Removedis-finite@1.1.0(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedload-json-file@1.1.0(transitive)
- Removedlodash._escapehtmlchar@2.4.1(transitive)
- Removedlodash._escapestringchar@2.4.1(transitive)
- Removedlodash._htmlescapes@2.4.1(transitive)
- Removedlodash._isnative@2.4.1(transitive)
- Removedlodash._objecttypes@2.4.1(transitive)
- Removedlodash._reinterpolate@2.4.1(transitive)
- Removedlodash._reunescapedhtml@2.4.1(transitive)
- Removedlodash._shimkeys@2.4.1(transitive)
- Removedlodash.defaults@2.4.1(transitive)
- Removedlodash.escape@2.4.1(transitive)
- Removedlodash.isobject@2.4.1(transitive)
- Removedlodash.keys@2.4.1(transitive)
- Removedlodash.template@2.4.1(transitive)
- Removedlodash.templatesettings@2.4.1(transitive)
- Removedlodash.values@2.4.1(transitive)
- Removedloud-rejection@1.6.0(transitive)
- Removedmap-obj@1.0.1(transitive)
- Removedmeow@3.7.0(transitive)
- Removedminimist@0.2.4(transitive)
- Removednormalize-package-data@2.5.0(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedobject-keys@0.4.0(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedpath-exists@2.1.0(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedpath-type@1.1.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedread-pkg@1.1.0(transitive)
- Removedread-pkg-up@1.0.1(transitive)
- Removedredent@1.0.0(transitive)
- Removedrepeating@2.0.1(transitive)
- Removedresolve@1.22.10(transitive)
- Removedsemver@5.7.2(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedspdx-correct@3.2.0(transitive)
- Removedspdx-exceptions@2.5.0(transitive)
- Removedspdx-expression-parse@3.0.1(transitive)
- Removedspdx-license-ids@3.0.20(transitive)
- Removedstrip-ansi@0.3.0(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedstrip-indent@1.0.1(transitive)
- Removedsupports-color@0.2.0(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedthrough2@0.4.2(transitive)
- Removedtrim-newlines@1.0.0(transitive)
- Removedvalidate-npm-package-license@3.0.4(transitive)
- Removedvinyl@0.2.3(transitive)
- Removedwhich@1.0.9(transitive)
- Removedxtend@2.1.2(transitive)
Updatedgulp-util@^3.0.0
Updatedthrough2@^0.5.1
Updatedwhich@^1.0.5