mckelvey / instagram-node-lib

The Instagram Node Lib is a helper library for node that makes communicating with the Instagram API easy.
http://david.mckelveycreative.com/
Other
303 stars 49 forks source link

separate src and lib #24

Closed LinusU closed 8 years ago

LinusU commented 10 years ago

Hi @mckelvey,

Have you thought about keeping the coffee files in a separate directory? It sure helps when coding :)

LinusU commented 10 years ago

Oh yeah, and also, keeping both coffee and js files for the tests seems unnecessary. I think that expresso can read the coffee files without the roundtrip to js files, and since only developers run the tests it won't be a problem (since they already have coffee script installed).

mckelvey commented 10 years ago

@LinusU— I’ve since switched to using gulp for development, I’ll probably do something akin to your suggestion. Thanks!

LinusU commented 10 years ago

Nice! Gulp is a really powerful tool, best of luck with the development.