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.
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.