Skip to content

Commit 9cebe34

Browse files
committed
Add bootstrap via bower
1 parent 34a1172 commit 9cebe34

235 files changed

Lines changed: 48984 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "bootstrap",
3+
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4+
"keywords": [
5+
"css",
6+
"js",
7+
"sass",
8+
"mobile-first",
9+
"responsive",
10+
"front-end",
11+
"framework",
12+
"web"
13+
],
14+
"homepage": "http://getbootstrap.com",
15+
"license": "MIT",
16+
"moduleType": "globals",
17+
"main": [
18+
"scss/bootstrap.scss",
19+
"dist/js/bootstrap.js"
20+
],
21+
"ignore": [
22+
"/.*",
23+
"_config.yml",
24+
"CNAME",
25+
"composer.json",
26+
"CONTRIBUTING.md",
27+
"docs",
28+
"js/tests",
29+
"test-infra"
30+
],
31+
"dependencies": {
32+
"jquery": "1.9.1 - 2"
33+
},
34+
"version": "4.0.0-alpha",
35+
"_release": "4.0.0-alpha",
36+
"_resolution": {
37+
"type": "version",
38+
"tag": "v4.0.0-alpha",
39+
"commit": "980d8ea2d828fe1796a423f80d84d526b0252a89"
40+
},
41+
"_source": "https://github.com/twbs/bootstrap.git",
42+
"_target": "v4.0.0-alpha",
43+
"_originalSource": "https://github.com/twbs/bootstrap.git"
44+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Bootstrap uses [GitHub's Releases feature](https://github.com/blog/1547-release-your-software) for its changelogs.
2+
3+
See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases) for changelogs for each release version of Bootstrap.
4+
5+
Release announcement posts on [the official Bootstrap blog](http://blog.getbootstrap.com) contain summaries of the most noteworthy changes made in each release.

bower_components/bootstrap/Gemfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Ruby Gems for building and testing Bootstrap
2+
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
3+
4+
source 'https://rubygems.org'
5+
6+
group :development, :test do
7+
gem 'jekyll', '~> 2.5.2'
8+
gem 'rouge', '~> 1.7.4'
9+
gem 'sass', '~> 3.4.9'
10+
gem 'scss-lint', '~> 0.31'
11+
end
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
blankslate (2.1.2.4)
5+
celluloid (0.16.0)
6+
timers (~> 4.0.0)
7+
classifier-reborn (2.0.2)
8+
fast-stemmer (~> 1.0)
9+
coffee-script (2.3.0)
10+
coffee-script-source
11+
execjs
12+
coffee-script-source (1.8.0)
13+
colorator (0.1)
14+
execjs (2.2.2)
15+
fast-stemmer (1.0.2)
16+
ffi (1.9.6)
17+
hitimes (1.2.2)
18+
jekyll (2.5.2)
19+
classifier-reborn (~> 2.0)
20+
colorator (~> 0.1)
21+
jekyll-coffeescript (~> 1.0)
22+
jekyll-gist (~> 1.0)
23+
jekyll-paginate (~> 1.0)
24+
jekyll-sass-converter (~> 1.0)
25+
jekyll-watch (~> 1.1)
26+
kramdown (~> 1.3)
27+
liquid (~> 2.6.1)
28+
mercenary (~> 0.3.3)
29+
pygments.rb (~> 0.6.0)
30+
redcarpet (~> 3.1)
31+
safe_yaml (~> 1.0)
32+
toml (~> 0.1.0)
33+
jekyll-coffeescript (1.0.1)
34+
coffee-script (~> 2.2)
35+
jekyll-gist (1.1.0)
36+
jekyll-paginate (1.1.0)
37+
jekyll-sass-converter (1.3.0)
38+
sass (~> 3.2)
39+
jekyll-watch (1.2.0)
40+
listen (~> 2.7)
41+
kramdown (1.5.0)
42+
liquid (2.6.1)
43+
listen (2.8.4)
44+
celluloid (>= 0.15.2)
45+
rb-fsevent (>= 0.9.3)
46+
rb-inotify (>= 0.9)
47+
mercenary (0.3.5)
48+
parslet (1.5.0)
49+
blankslate (~> 2.0)
50+
posix-spawn (0.3.9)
51+
pygments.rb (0.6.0)
52+
posix-spawn (~> 0.3.6)
53+
yajl-ruby (~> 1.1.0)
54+
rainbow (2.0.0)
55+
rb-fsevent (0.9.4)
56+
rb-inotify (0.9.5)
57+
ffi (>= 0.5.0)
58+
redcarpet (3.2.2)
59+
rouge (1.7.4)
60+
safe_yaml (1.0.4)
61+
sass (3.4.9)
62+
scss-lint (0.31.0)
63+
rainbow (~> 2.0)
64+
sass (~> 3.4.1)
65+
timers (4.0.1)
66+
hitimes
67+
toml (0.1.2)
68+
parslet (~> 1.5.0)
69+
yajl-ruby (1.1.0)
70+
71+
PLATFORMS
72+
ruby
73+
74+
DEPENDENCIES
75+
jekyll (~> 2.5.2)
76+
rouge (~> 1.7.4)
77+
sass (~> 3.4.9)
78+
scss-lint (~> 0.31)

0 commit comments

Comments
 (0)