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
I'm not sure if this will be fixed. Currently Pingy splits on the first dot to get the extension. This is because Pingy needs handle extensions like *.babel.js. Is there any particular reason why you want to have x.x.scss style filenames?
Let me have a think about it and I'll get back to you.
I see. To me, it is not a must to be in form x.y.scss and my current solution is simply rename it.
It was not obvious to me that x.y.scss is an invalid name and it costed me several minutes to find out the catch.
For example,
filename: src/foo.bar.scss
http request: http://localhost:57969/src/foot.bar.css
It does not transpile.
I am on Windows. pingy version 0.12.1
The text was updated successfully, but these errors were encountered: