gulp-csscss icon indicating copy to clipboard operation
gulp-csscss copied to clipboard

Passing on an options object doesn't seem to have any effect

Open Damngood opened this issue 9 years ago • 0 comments

Looking at the latest commit i thought this would be possible, but when installing the package via npm it is not working. The arguments are not included in the command executed.

My gulp task looks like this: return gulp.src( paths.styles.dest + '/*.css' ) .pipe( plugins.csscss( { 'num 7': true, 'verbose': true, 'ignoreSassMixins': true } ) );

This is line 54 in my file v0.1.2: /node_modules/gulp-csscss/index.js var child = exec(command + ' "' + tempFile + '"', function(err, stdout, stderr) {

Maybe it is just a matter of publishing the latest commits to npm?

Damngood avatar Feb 24 '16 13:02 Damngood