I'm trying to find a way to only include specific bootstrap sections (css or js) but so far I just write a list down of what I am using, then tick those boxes on their customiser page.
However I noticed a config.json
file that gets downloaded in the zip file, what does it do? I currently use bower
as my asset package manager and gulp
as my asset pipeline. But I don't think a config.json
is relevant to them?
Thank you.
The config.json
file that is downloaded is nothing but a reminder of what your settings were when you downloaded. I would assume there will be some future functionality that would allow you to upload that file in to the website and reproduce the customized settings, but that feature doesn't currently exist, as far as I can tell.
If you are using bower, I would suggest using it to download Bootstrap for you. You can then use a LESS file to pull in the CSS features you want, and compile it using gulp/grunt in to your public asset directory. You can also use gulp/grunt to copy over the individual JS files you want in to a single file in that same asset directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With