You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome and other major browsers seem to be doing fine.
Language:
TypeScript
Current behavior:
Requiring the same CSS file from multiple views sometimes causes an empty style tag being injected in the head. The file is loaded correctly; http response does contain the correct content every time. The behaviour is random after every page refresh.
e.g. this line in more than one view
<require from="foo/bar.css"></require>
Expected behavior:
A style tag always being injected with the content of the required CSS file.
The text was updated successfully, but these errors were encountered:
I seem to get the same issue in chrome.
I might require some static Semantic CSS in one html template and importing it in another removes it again.
I have to comment out my import for it to work.
My versions are 1.0.0 for aurelia.
I use webpack with typescript.
I'm submitting a bug report
Please tell us about your environment:
Operating System:
Windows 7
Node Version:
6.3.1
NPM Version:
3.10.5
JSPM OR Webpack AND Version
JSPM 0.16.39
Browser:
Tested in:
Firefox 47.0.1 (stable)
Firefox 48.0 (beta channel)
Chrome and other major browsers seem to be doing fine.
TypeScript
Current behavior:
Requiring the same CSS file from multiple views sometimes causes an empty style tag being injected in the head. The file is loaded correctly; http response does contain the correct content every time. The behaviour is random after every page refresh.
e.g. this line in more than one view
Expected behavior:
A style tag always being injected with the content of the required CSS file.
The text was updated successfully, but these errors were encountered: