gulpjs / liftoff

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

decrease size #27

Closed tkellen closed 9 years ago

tkellen commented 9 years ago

findup-sync depends on lodash ~2.4 resolve does not npmignore the tests directory

if these things were fixed liftoff would come in sub 200k.

/cc @contra

shinnn commented 9 years ago

How about using the built-in require.resolve() instead of resolve module?

tkellen commented 9 years ago

I'm not aware of a way to specify a cwd for node's built-in resolve method. I'm happy to take a PR for that if you can make it work though!