Giter VIP home page Giter VIP logo

Comments (15)

finteractive avatar finteractive commented on May 29, 2024

Confirming this bug with Sass 3.3.14 + Compass 1.0.1.

from gulp-compass.

mouhsinelonly avatar mouhsinelonly commented on May 29, 2024

i hope this get fixed

from gulp-compass.

macrozone avatar macrozone commented on May 29, 2024

Currently, I delete the file afterwards:

gulp.src paths.out.css+"/**/*.map"
    .pipe rimraf force: true

from gulp-compass.

mouhsinelonly avatar mouhsinelonly commented on May 29, 2024

@macrozone even if you delete the file its referenced in the css output ,and when i enable developper tools in chrome i get a lot of not found errors because it tries to find all the files in the source map

from gulp-compass.

macrozone avatar macrozone commented on May 29, 2024

You are correct,

but I needed to delete it because of other reasons and I wanted to share at least a solution for this.
Of cource, you'll get an error in the developer console. ;-)

from gulp-compass.

domialex avatar domialex commented on May 29, 2024

I'm baffled by this, any idea why it doesn't work?

from gulp-compass.

mouhsinelonly avatar mouhsinelonly commented on May 29, 2024

still waiting for this to get fixed :(

from gulp-compass.

Avcajaraville avatar Avcajaraville commented on May 29, 2024

+1 here !

from gulp-compass.

appleboy avatar appleboy commented on May 29, 2024

Hi all,

Please try the following version.

  • sass 3.4.5
  • compass 1.0.1

It is working for me.

from gulp-compass.

macrozone avatar macrozone commented on May 29, 2024

can't confirm, does not work for me with same versions. Could you provide your gulpfile?

from gulp-compass.

domialex avatar domialex commented on May 29, 2024

Works with sass 3.4.5 indeed. Cool.

from gulp-compass.

appleboy avatar appleboy commented on May 29, 2024

@macrozone Could you provide your config and files or Github repo ?

The following is my unit test config. https://github.com/appleboy/gulp-compass/blob/master/test/compass_test.js#L31-L37

project: __dirname,
style: 'compressed',
css: 'css',
sass: 'sass',
logging: false

from gulp-compass.

legnaleama avatar legnaleama commented on May 29, 2024

with @appleboy's recommended versions it works for me using "gulp-compass" but I want to use compass as a .pipe with "gulp-ruby-sass" and using it that way it keeps generating sourcemaps...

from gulp-compass.

appleboy avatar appleboy commented on May 29, 2024

@legnaleama sourcemap option?

https://github.com/appleboy/gulp-compass#sourcemap

from gulp-compass.

legnaleama avatar legnaleama commented on May 29, 2024

I just solved with this:

.pipe(sass({
compass: true,
lineNumbers: true,
style: 'expanded',
'sourcemap=none': true
}))

@UltCombo solved on this thread:
sindresorhus/gulp-ruby-sass#130

Option 1 - Wait until @robwierzbowski or @sindresorhus release a new version.
Option 2 - Use the master branch for the time being. Edit your package.json:
"gulp-ruby-sass": "git://github.com/sindresorhus/gulp-ruby-sass.git"
And run npm update afterwards.
Option 3 - Use a hackaround in your gulpfile:
'sourcemap=none': true

from gulp-compass.

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.