Answer the question
In order to leave comments, you need to log in
How can you use Bootstrap Twitter with the git submodule?
Perhaps I did not quite understand the question, I will explain. I'm using the Symfony 1 framework, and since pushing Symfony code into my repository is at least strange, I made it a submodule, which gives me the opportunity to always have the latest version of the core at hand (yes, for Symfony 1 version this is no longer relevant, but not the point).
But this method is not suitable for Bootstrap Twitter, because in the repository, each branch contains a lot of additional code, and the code hierarchy is completely different. Perhaps I misunderstand the very essence of working with versions of libraries, I would be glad to hear more reasonable and correct ideas. After all, it’s not an option with the release of each new version to go to the library/framework website, download the archive with the code, unzip it, etc.
Answer the question
In order to leave comments, you need to log in
I am also interested in a similar question, so I will leave this useless comment here to follow the answers.
It might be worth looking into maven, that's a good thing.
github.com/efsavage/Bootstrap-Maven
In general, there is a CDN for this, for example www.bootstrapcdn.com/ . There you change the new version. You can look for a link from the CDN that will point to latest, but it's harder to debug, IMHO, when a new version with a different api is SUDDENLY released.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question