This release adds in support for handling Sails' bootstrap.js config in a special manner, such that they aren't simply merged in like the rest of the configs, but directly run instead, just before the user-defined initialize
function.
Also changed are the options used when loading config files, so only .js
files are attempted for loading.