hi,
Say I want to include some JS libraries like momentjs, parsley etc, what would be the ideal location to put them keeping in mind future upgrades too. I am using V8js. I want to be able to use them the same way libraries like lodash.min.js are currently used in Server side script like this
var lodash = require("lodash.min.js");