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

Hierarchy and import #24

Open
aljacinto opened this issue Dec 29, 2015 · 1 comment
Open

Hierarchy and import #24

aljacinto opened this issue Dec 29, 2015 · 1 comment

Comments

@aljacinto
Copy link

Hi,

I have multiple scss that imports from bower_components and the files are located all over my directory structure. Here's a sample hieararchy:

├── package.json
└── public
    ├── bower_components
    └── scripts
        ├── cards
        │   └── widgets
        │       └── css
        │           ├── a.scss
        │           └── b.scss
        └── common
            └── css
                ├── c.scss
                └── d.scss

If I have import on a.scss and on c.scss, the grunt task won't finish (i.e. import in two different level won't work). If I have import in a.scss and b.scss or c.scss or d.scss (i.e. same level) it's okay, it imports with no issues. I did an strace and it looks like it is waiting (keeps calling epoll_wait), don't know if it's waiting on write or read, can't trace it from there.

I am not sure if this is because of the importer or the node-sass but I figure I start here. Let me know if you can think of anything that might cause this issue.

Thanks in advance and happy new year.

Alex

@Snugug
Copy link
Member

Snugug commented Feb 21, 2016

Was this resolved by #26?

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

2 participants