eduardinni / bootlint-online

Bootlint implementation to check remote websites via HTTP. Node.js back-end with React front-end
https://www.bootlint.com
MIT License
37 stars 2 forks source link

Use npm for bootlint #2

Closed zacechola closed 9 years ago

zacechola commented 9 years ago

Instead of using a copy of the bootlint.js file, it may make more sense for you to add bootlint to your package via npm with npm install bootlint --save and up date this line of code to use the standard require out of node_modules.

That should simplify keeping your site up-to-date by allowing you do check whether or not bootlint is outdated and needs upgrading.

eduardinni commented 9 years ago

Thanks for the suggestion, I am working on it