at-import / node-sass-import-once

Eyeglass style Import Once, but for all the things!
Other
94 stars 23 forks source link

Dot in filenames cause errors #11

Open infobip-team-webs opened 9 years ago

infobip-team-webs commented 9 years ago

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 commented 8 years ago

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.

Snugug commented 8 years ago

Was this resolved by https://github.com/at-import/node-sass-import-once/pull/26?