gulpjs / liftoff

Launch your command line tool with ease.
MIT License
843 stars 52 forks source link

js should come first #17

Closed yocontra closed 10 years ago

yocontra commented 10 years ago

If you have a js and a coffee file in the same folder it will choose coffee over js. I think built-ins should come first

tkellen commented 10 years ago

Agreed npm update and you should be good.

I haven't tested this, but the fix is here: https://github.com/tkellen/node-interpret/commit/d949e9a7247be83fb62d406ce9c3fcd01a0077db

Can you confirm/close if this is resolved?

yocontra commented 10 years ago

I'm on interpret 0.3.4 globally and locally and still the problem persists

tkellen commented 10 years ago

Fixed in 74b9c1ea640d5e895ef87313544c29bb2991bc05. Upgrading to liftoff 0.12.0 will make it respect the order in which extensions are provided.