Giter Club home page Giter Club logo

Comments (4)

mgreter avatar mgreter commented on May 14, 2024

Probably a duplicate of sass/libsass#720 !?
Also please include minimal test cases so we can see exactly what is breaking for you! I'm closing this since it does not contain any new information and we are aware that source-maps don't work 100%!

from sassc.

rototor avatar rototor commented on May 14, 2024

Well, the only new information is, that current master of libsass with
bbbac5d of sassc works, but not with current master of sassc. I dont think this is related, as in this case no sourcemap is generated and sassc exists with exit status 2. I will try to build a minimal testcase later today when i get time.

from sassc.

rototor avatar rototor commented on May 14, 2024

Here is the receipt to reproduce the error:

This way everything is fine:

$ cat test.scss
body {
    color:red;
}
$ ./sassc --style nested --sourcemap test.scss
body {
  color: red; }
$ echo $?
0

But when giving an output file it generates an error:

$ ./sassc --style nested --sourcemap test.scss test.css
Unknown internal error.
$ echo $?
2

test.css is written, but no sourcemap is written. I only tested this on Mac OS X, but i assume this error will also occur on Linux.

Do you reopen this issue or should i file a new one?

from sassc.

rototor avatar rototor commented on May 14, 2024

What ever caused this problem is fixed now. I can not reproduce this with current master of libsass & sassc.

from sassc.

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.