Marcin Cieślak

Results 326 comments of Marcin Cieślak

Test A renders with libsass 3.6.2 like this: ```css .a { color: blue; } .a > .b { color: red; } ``` Test B gives ```css .a, .b { color:...

@polypik you can build node-sass with a pre-built libsass using `LIBSASS_EXT`, `LIBSASS_CFLAGS` and `LIBSASS_LDFLAGS` environment variables, see example at https://github.com/saper/ports-exp/blob/06f2c7fa24091d143d603c5c86e4b8e3c3982ecf/textproc/node-sass/Makefile#L27-L29 `libsass_pic.a` can be built by packing object files from the...

@polypik currently v4.13.1 release tag and the master branch are [almost identical as we speak](https://github.com/sass/node-sass/compare/v4.13.1...b54053a),

@viane could this work under Hercules or something?

While here we don't we get [node-sass working on MVS](https://developer.ibm.com/mainframe/2018/01/19/reasons-host-node-js-applications-zos/) :)

@nschonni I think we should fix those tests...

The problem is you can't use a newer C++ library coming with a toolset since most "normal" users will not have it...

Who can provide CI infrastructure for both?

To have a look at it, I'd like to have a small repository to reproduce the issue consistently. Please also say what kind of Linux system is this exactly, it...