File tree 3 files changed +17
-8
lines changed
3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## usage
8
8
9
- 1 . Install via either [ bower] ( http://bower.io/ ) , [ npm] ( https://www.npmjs.com/ ) or downloaded files:
9
+ 1 . Install via either [ bower] ( http://bower.io/ ) , [ npm] ( https://www.npmjs.com/ ) , CND or downloaded files:
10
10
1 . ` bower install --save bootstrap-block-grid `
11
11
2 . ` npm install --save bootstrap-block-grid `
12
- 3 . download [ bootstrap-block-grid.zip] ( https://github.com/JohnnyTheTank/bootstrap-block-grid/zipball/master )
12
+ 3 . use CDN files from [ jsdelivr] ( http://www.jsdelivr.com/projects )
13
+ 4 . download [ bootstrap-block-grid.zip] ( https://github.com/JohnnyTheTank/bootstrap-block-grid/zipball/master )
13
14
2 . Add files to your html
14
15
1 . when using bower
15
16
``` html
16
17
<!-- bootstrap 3 -->
17
18
<script src =" bower_components/bootstrap-block-grid/dist/bootstrap3-block-grid.min.css" ></script >
18
-
19
19
<!-- bootstrap 4 -->
20
20
<script src =" bower_components/bootstrap-block-grid/dist/bootstrap4-block-grid.min.css" ></script >
21
21
```
24
24
```html
25
25
<!-- bootstrap 3 -->
26
26
<script src =" node_modules/bootstrap-block-grid/dist/bootstrap3-block-grid.min.css" ></script >
27
-
28
27
<!-- bootstrap 4 -->
29
28
<script src =" node_modules/bootstrap-block-grid/dist/bootstrap4-block-grid.min.css" ></script >
30
29
```
31
30
32
- 3. when using downloaded files
31
+ 3. when using CDN files from jsdelivr
33
32
```html
34
33
<!-- bootstrap 3 -->
35
- <script src =" bootstrap3-block-grid.min.css" ></script >
34
+ <script src =" //cdn.jsdelivr.net/bootstrap.block-grid/1.1.4/bootstrap3-block-grid.min.css" ></script >
35
+ <!-- bootstrap 4 -->
36
+ <script src =" //cdn.jsdelivr.net/bootstrap.block-grid/1.1.4/bootstrap4-block-grid.min.css" ></script >
37
+ ```
36
38
39
+ 4. when using downloaded files
40
+ ```html
41
+ <!-- bootstrap 3 -->
42
+ <script src =" bootstrap3-block-grid.min.css" ></script >
37
43
<!-- bootstrap 4 -->
38
44
<script src =" bootstrap4-block-grid.min.css" ></script >
39
45
```
Original file line number Diff line number Diff line change 4
4
"authors" : [
5
5
" Jonathan Hornung <[email protected] >"
6
6
],
7
- "version" : " 1.1.3 " ,
7
+ "version" : " 1.1.4 " ,
8
8
"description" : " block grid for bootstrap" ,
9
9
"main" : " dist/bootstrap3-block-grid.min.css" ,
10
10
"moduleType" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-block-grid" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " block grid for bootstrap" ,
5
5
"main" : " Gruntfile.js" ,
6
6
"scripts" : {
25
25
"url" : " https://github.com/JohnnyTheTank/bootstrap-block-grid/issues"
26
26
},
27
27
"homepage" : " https://github.com/JohnnyTheTank/bootstrap-block-grid#readme" ,
28
+ "dependencies" : {
29
+ "bootstrap" : " *"
30
+ },
28
31
"devDependencies" : {
29
32
"grunt" : " ^0.4.5" ,
30
33
"grunt-contrib-sass" : " ^0.9.2" ,
You can’t perform that action at this time.
0 commit comments