-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Substring finding out of range #410
Comments
When you say that the code base is huge, I assume you're talking about your SCSS code? I suggest commenting out large portions to see whether it still crashes, until you can narrow it down to a single file or block of code that's causing the crash, and then post it here. (Or if you can link to your SCSS code base, I can try to track down the problem for you.) I should also mention that node-sass is probably using an out-of-date version of LibSass at this point ... I need to update a few tests, and they should be able to pull in the latest master version. |
Just a quick note, I compiled and/or used the latest Git versions available of the given stack but the same error.... |
This should be fixed with the latest sass2scss version! Maybe you can try it by updating the sass2scss submodule in your local version to the latest master? I also added some test cases to CSS-Sass that seem to compile correctly now! Thank you for the report! |
Fixed in mgreter/sass2scss@59cec07 |
I started with lib sass via node-sass and grunt-sass, but keep getting the following error:
The code base is rather huge and I have not yet been able to pin point where exactly this occurs, but wanted to start noting it down here via issue.
Any pointers on how to get better feedback of what might be causing this?
The text was updated successfully, but these errors were encountered: