How to reload config.json in bootstrap

0

I'm trying to generate a gist with config.json to reload the bootstrap without losing any changes I've made.

Then I created a gist:

link

But when trying to load bootstrap like this: link

and also this way: link

Is generating a 404 error does anyone know what I'm doing wrong?

    
asked by anonymous 27.05.2014 / 19:47

1 answer

1

The correct form is: link

Note the question mark just after the last slash, and before the id parameter.

    
29.05.2014 / 07:54