bootstrap v3.3.5 and bower
$ bower install bootstrap | |
bower bootstrap#* not-cached git://github.com/twbs/bootstrap.git#* | |
bower bootstrap#* resolve git://github.com/twbs/bootstrap.git#* | |
bower bootstrap#* download https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz | |
bower bootstrap#* progress received 2.9MB of 3.1MB downloaded, 94% | |
bower bootstrap#* extract archive.tar.gz | |
bower bootstrap#* resolved git://github.com/twbs/bootstrap.git#3.3.5 | |
bower jquery#>= 1.9.1 cached git://github.com/jquery/jquery.git#2.1.4 | |
bower jquery#>= 1.9.1 validate 2.1.4 against git://github.com/jquery/jquery.git#>= 1.9.1 | |
bower bootstrap#~3.3.5 install bootstrap#3.3.5 | |
bower jquery#>= 1.9.1 install jquery#2.1.4 | |
bootstrap#3.3.5 bower_components/bootstrap | |
└── jquery#2.1.4 | |
jquery#2.1.4 bower_components/jquery | |
$ ls -R bower_components/bootstrap/dist | |
css fonts js | |
bower_components/bootstrap/dist/css: | |
bootstrap-theme.css bootstrap-theme.css.map bootstrap-theme.min.css bootstrap.css bootstrap.css.map bootstrap.min.css | |
bower_components/bootstrap/dist/fonts: | |
glyphicons-halflings-regular.eot glyphicons-halflings-regular.ttf glyphicons-halflings-regular.woff2 | |
glyphicons-halflings-regular.svg glyphicons-halflings-regular.woff | |
bower_components/bootstrap/dist/js: | |
bootstrap.js bootstrap.min.js npm.js | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment