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

Attempt to load an empty CSS-file leads to endless call of ssWatcher #44

Closed
gamtiq opened this issue Jan 6, 2012 · 2 comments
Closed
Assignees
Milestone

Comments

@gamtiq
Copy link

gamtiq commented Jan 6, 2012

Hello John,

I’ve found a bug in css plugin: an attempt to load an empty CSS-file as a dependency leads to endless call of ssWatcher function. Moreover, in Chrome such dependency can’t be resolved or rejected. You can use the following code as a test case:

curl(["css!empty.css"], function() {
    alert("loaded");
});

Best regards.

@unscriptable
Copy link
Member

Thanks @gamtiq. This is a known issue (known by Brian and I, at least). There have been some recent discoveries and improvements in css load detection that we want to implement soon. Thanks for opening the ticket. I'll use it to track progress. -- John

@ghost ghost assigned unscriptable Jan 6, 2012
@unscriptable
Copy link
Member

This is fixed along with #49 in the dev branch.

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