Coder Social home page Coder Social logo

Comments (9)

stryju avatar stryju commented on May 23, 2024

seems like a duplicate of #31

from gulp-ruby-sass.

lukedanielson avatar lukedanielson commented on May 23, 2024

I am getting this error as well, although the deprecation warnings come from different source material, and then it just exits with the same trace error of gulp-ruby-sass/index.js:87:25.

It was working fine until I ran sudo gem install compass --pre to update and be able to use the sourcemap parameter. I then got the error referenced from #31. Updated compass with sudo gem install compass --pre, and now get the deprecation warnings.

Any idea?

FYI, here is some ruby info output:

$ rvm list
rvm rubies

   ruby-1.9.2-p320 [ x86_64 ]
=* ruby-2.1.1 [ x86_64 ]


$ rvm --version
rvm 1.25.19 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]


$ ruby --version
ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-darwin13.0]


$ node --version
v0.10.23


$ sass --version
Sass 3.3.4 (Maptastic Maple)

$ compass --version
Compass 1.0.0.alpha.19
Copyright (c) 2008-2014 Chris Eppstein
Released under the MIT License.
Compass is charityware.
Please make a tax deductable donation for a worthy cause: http://umdf.org/compass


$ gulp -v
[gulp] CLI version 3.5.2
[gulp] Local version 3.5.2

from gulp-ruby-sass.

illarionvk avatar illarionvk commented on May 23, 2024

I'm getting the same problem with Sass 3.3, looks like Deprecation Warnings are treated as errors by the Gulp plugin. If the SCSS file doesn't trigger Deprecation Warnings, it compiles successfully.

Everything compiles successfully when I switch to Sass 3.2.x.

I don't use Compass. I use Bundler and my pipe for Sass is:

gulp.task('stylesheets', function() {
  return gulp.src(paths.stylesheets)
    .pipe( sass({ style: 'nested', bundleExec: true, precision: 7 }) )
    .pipe( gulp.dest('assets') );
});

from gulp-ruby-sass.

sindresorhus avatar sindresorhus commented on May 23, 2024

I'll fix this if someone can give me a short snippet that outputs a deprecation warning.

from gulp-ruby-sass.

illarionvk avatar illarionvk commented on May 23, 2024

Bourbon.io triggers deprecation warnings. Just include it in a stylesheet.

from gulp-ruby-sass.

illarionvk avatar illarionvk commented on May 23, 2024

You can try this gist: https://gist.github.com/illarionvk/9842859, it's a partial from Bourbon.

from gulp-ruby-sass.

sindresorhus avatar sindresorhus commented on May 23, 2024

fixed in 0.4.1

from gulp-ruby-sass.

praneethweb avatar praneethweb commented on May 23, 2024

Just do one thing...
downgrade the ruby...that enough....

that error will fix

from gulp-ruby-sass.

praneethweb avatar praneethweb commented on May 23, 2024

Just do one thing...
downgrade the ruby...that enough....

that error will fix

from gulp-ruby-sass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.