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

Not transpile when more than one dot in name #85

Open
jackhftang opened this issue Dec 21, 2017 · 3 comments
Open

Not transpile when more than one dot in name #85

jackhftang opened this issue Dec 21, 2017 · 3 comments
Labels

Comments

@jackhftang
Copy link

jackhftang commented Dec 21, 2017

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

@davej
Copy link
Member

davej commented Dec 21, 2017

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.

@jackhftang
Copy link
Author

jackhftang commented Dec 22, 2017

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.

@davej
Copy link
Member

davej commented Dec 22, 2017

Shouldn't be too difficult to fix and support both cases. So, I'll leave this open and hopefully get around to it after Christmas.

@davej davej added the bug label Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants