Bower : install fork of Bootstrap -
i have git repo fork of bootstrap.
it has been modified , can push on other repo official one. still possible pull bootstrap (to updates).
my problem here is, when enter bower install http://my_custom_url.git bower download official bootstrap repo , not mine.
i can't figure out why , unfortunately cannot share real url of repo (it's locked company).
any appreciated, !
unless specify otherwise bower downloads latest release repo.
if haven't created new release, appear bower downloading original github branch. latest release on forked repo same of original.
one option create new release forked repo , should work expected.
or, use bower install http://my_custom_url.git#commit commit name of latest commit edits bootstrap code.
you use branchname instead of commit risk having code change without realizing it.
Comments
Post a Comment