Skip to content
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

Dot in filenames cause errors #11

Open
infobip-team-webs opened this issue Aug 26, 2015 · 2 comments
Open

Dot in filenames cause errors #11

infobip-team-webs opened this issue Aug 26, 2015 · 2 comments

Comments

@infobip-team-webs
Copy link

In my main sass file I have @import "styleguide/css/vendor/selectize/selectize.bootstrap3"

and I get following output:

Error: Could not import `styleguide/vendor/selectize/selectize.bootstrap3` from any of the following locations:
  C:\dev\myApp\client\sass\styleguide\vendor\selectize\selectize.bootstrap3

If I comment out this import or rename it to use dashes it works fine (but this is impractical since it's vendor file).

@JohnAlbin
Copy link
Member

I see exactly what is causing this in the code. Unfortunately, I can't do a PR right now because all the tests are failing due to node-sass 3.4.1 right now.

eppsilon added a commit to eppsilon/node-sass-import-once that referenced this issue Nov 19, 2015
@Snugug
Copy link
Member

Snugug commented Feb 21, 2016

Was this resolved by #26?

eppsilon added a commit to eppsilon/node-sass-import-once that referenced this issue Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants