HubSpot/drop

Contributing documentation

Closed this issue · 1 comments

I recently forked this project and got it working locally. The contributing documentation says:

Run npm install to install both node modules and bower components

Alas, this only installed node modules for me. I had to run bower install separately before I could run npm run build.

Am I missing something, or should the documentation be updated?

Ah, the documentation needs to be updated. The post-install script that would run bower install was removed in this commit.

Thanks for the catching that!