Skip to content

Commit c3c87af

Browse files
Merge pull request #2 from openapidotvn/development
Upgrading to Bootstrap 4
2 parents 908f0e6 + 270ef96 commit c3c87af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+304
-1346
lines changed

bower.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,34 @@
66
"Hung Pham Do"
77
],
88
"license": "MIT",
9-
"homepage": "",
9+
"homepage": "https://github.com/openapidotvn/vbase-html",
1010
"ignore": [
1111
"**/.*",
1212
"node_modules",
1313
"bower_components"
1414
],
1515
"dependencies": {
16-
"jquery": "2.2.4",
17-
"bootstrap": "3.3.7",
18-
"bootstrap-sass": "3.3.7",
19-
"animate-sass": "^0.8.2"
16+
"jquery": "^3.3.1",
17+
"popper.js": "^1.14.3",
18+
"bootstrap": "4.1.3"
19+
},
20+
"overrides": {
21+
"jquery": {
22+
"main": [
23+
"dist/jquery.js"
24+
]
25+
},
26+
"bootstrap": {
27+
"main": [
28+
"js/dist/util.js",
29+
"js/dist/dropdown.js",
30+
"js/dist/collapse.js"
31+
]
32+
},
33+
"popper": {
34+
"main": [
35+
"dist/umd/popper.js"
36+
]
37+
}
2038
}
2139
}

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gulp.task('fonts', () => {
3434
gulp.task('icons', () => {
3535
return gulp.src('src/icons/**/*.svg')
3636
.pipe($.iconfont({
37-
fontHeight: 1001,
37+
fontHeight: 1001,
3838
normalize: true,
3939
fontName: packageInfo.icons.fontName, // required
4040
prependUnicode: true, // recommended option

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vbase-html",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "vBase HTML",
55
"main": "index.js",
66
"scripts": {

src/fonts/vbase-icon.eot

-5.33 KB
Binary file not shown.

src/fonts/vbase-icon.svg

Lines changed: 9 additions & 81 deletions
Loading

src/fonts/vbase-icon.ttf

-5.33 KB
Binary file not shown.

src/fonts/vbase-icon.woff

-3.39 KB
Binary file not shown.

src/fonts/vbase-icon.woff2

-3.12 KB
Binary file not shown.

src/icons/uEA01-about.svg

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/icons/uEA01-code.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)