gulpjs / liftoff

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

options.extensions obsolete? #38

Closed silkentrance closed 9 years ago

silkentrance commented 9 years ago

With rechoir in place, the extensions option might no longer be needed.

tkellen commented 9 years ago

Not so, the extensions option specifies which extensions are valid for config files. There are implementations in the wild that use extensions which are not listed (nor should be) in interpret.

silkentrance commented 9 years ago

@tkellen As such, the extensions option is rather difficult in that one cannot assume a valid compiler/transpiler from the extension alone. Shouldn't this be more of a map of want - exist, e.g.

extensions : {'.foobar' : '.json'}

or the likes?