-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error with gulp-sass compiling #187
Comments
Hmm, I haven't been able to reproduce this. Can you show me your package.json? |
Of course
|
Hmm, I wonder if this is an issue with the npm version of kickstart, which On Mon, Jun 6, 2016 at 10:57 AM tonkoshkurik [email protected]
|
When I do a gulp setup I usually do it from here http://getkickstart.com/docs/3.x/#gulp And end up with a package.json like this:
|
I wonder if maybe your project is using a different version of sass than kickstart-node does. Can you try upgrading to Sass 3.4 or above? |
Strange that it is raising an error expecting SCSS instead of Sass syntax. |
I'm having the same problem, also the paths for the imports in node_modules/kickstart-node/lib-core/sass/themes/default/theme.sass aren't correct. They should be ../../core/_normalize. If I fix this I get the same scss error. |
Joe, for the paths, I believe it should be okay with the double dot On Tue, Jun 14, 2016 at 8:59 AM Joe Kolba [email protected] wrote:
|
Since we are getting "File to import not found or unreadable: core/_normalize". I would imagine it's probably our loader that isn't working as expected. We are using the following project: https://github.com/AngularClass/angular2-webpack-starter I am new to sass, not sure if you have any ideas why it isn't loading sass files correctly. Do you have any plans to offer a scss build? |
we had to remove the following line in order for it to run: kickstart-node/lib-core/sass/core/_direct-apply.sass (line 192, column 8) |
Thanks for looking into this, Joe. I think that should be fine. You'll just I apologize I don't have the bandwidth to jump in more. I've got my On Tue, Jun 14, 2016 at 1:08 PM Joe Kolba [email protected] wrote:
|
I reproduce the error with the latest node-sass (v3.8.0) that uses libsass v3.3.6. When I comment out this line in
|
Hi all. Thanks for diagnosing this, this helps a lot. Fortunately, v4 will do away with a lot of this nonsense. As for v3, I'm On Fri, Aug 12, 2016 at 7:39 AM piglovesyou [email protected]
|
Good to hear that. I found a PR for it by the way. And congrats for the wedding! 💐 |
I can stil reproduce this issue with kickstarter-node 3.0.75 and node-sass 4.5.3 (running on node v6.11.4). |
I can not understand what the problem is.
When compile sass via gulp receive here such error
The text was updated successfully, but these errors were encountered: