Reload Bootstrap customization
twitter-bootstrap
Solution
It's possible to reload and edit your configuration:
- download your custom bootstrap archive
- go to https://gist.github.com
- put content from your config.json file
- name the new gist config.json
- publish the gist (anonymously or under your name)
- save the gist number - the number in the gist url
- open bootstrap customizer (http://getbootstrap.com/customize) or your local one
- add the gist number to the url "?id=your_gist_number"
Voila! Configuration is reloaded.
Problem
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 Is it possible to use that file somehow to refill the values and tweak your custom bootstrap configuration? If not, does someone know why that file is included?