BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Better input file extension check #26

Open paulyoung opened 10 years ago

paulyoung commented 10 years ago

Use node's path.extname instead of a regular expression when checking the extension of the input file.

mtscout6 commented 8 years ago

Are you requesting this primarily so folks can specify which file extension to use? If that's the case I think this is something that could be followed up with v4.1. Thoughts?

paulyoung commented 8 years ago

I don't remember the motivation behind it exactly, other than path.extname seems more reliable.

Can definitely be part of a later release.

mtscout6 commented 8 years ago

Cool, moved to the 4.1 Milestone then.