Closed fcaballero closed 9 years ago
@fcaballero If you can give me a PR that supports windows, that would be awesome. Please be sure to test on Mac/Linux as well. I'd be happy to incorporate it.
Looks like some pretty modest changes are needed: http://shapeshed.com/writing-cross-platform-node/
If anybody wants to submit a PR or if at least 5 people would like this, I'll fix this.
Hi @justin808 I will give you tomorrow the PR ;)
OK -- super. For the time being, you can reference your repo/branch in your package.json file.
@fcaballero If you can please test on linux or mac os as well, that would be great. Did you see the test/debug instructions and the https://github.com/justin808/bootstrap-sass-loader-example?
@justin808 Thanks a lot ;)
@fcaballero We're having a windows issue on https://github.com/shakacode/bootstrap-loader/issues/4. Any chance that you could give us a hand?
Hi, I was testing this out on windows 8 with you example (https://github.com/justin808/bootstrap-sass-loader-example) which did not work, so I was debugging and I got that bootstrap-sass-styles.loader.js produce this:
as you can see, that separator "\" is not supported in @import CSS at-rule, so when it's compiling I get the next error:
You could solve this by returning (probably you could have a better idea):
Regards, Fabián