On http://getbootstrap.com/customize/ it is possible to create and download a custom Bootstrap configuration. Included in the download is a file called config.json
I
As of Bootstrap v3.2.1, you'll be able to load your existing config.json
settings into the Bootstrap Customizer using drag-and-drop or a filepicker.
Scroll down to the end of the config.json file, the latest entry is "customizeUrl" along with the customization url on bootsrtap website. Eg:
"collapse.js",
"scrollspy.js",
"transition.js"
],
"customizerUrl": "http://getbootstrap.com/customize/?id=eaaea96b66287112b6c7"
}
It's possible to reload and edit your configuration:
Voila! Configuration is reloaded.