Skip to content

Commit

Permalink
Merge pull request #2 from openapidotvn/development
Browse files Browse the repository at this point in the history
Upgrading to Bootstrap 4
  • Loading branch information
phamdohung161 authored Aug 8, 2018
2 parents 908f0e6 + 270ef96 commit c3c87af
Show file tree
Hide file tree
Showing 61 changed files with 304 additions and 1,346 deletions.
28 changes: 23 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,34 @@
"Hung Pham Do"
],
"license": "MIT",
"homepage": "",
"homepage": "https://github.com/openapidotvn/vbase-html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "2.2.4",
"bootstrap": "3.3.7",
"bootstrap-sass": "3.3.7",
"animate-sass": "^0.8.2"
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"bootstrap": "4.1.3"
},
"overrides": {
"jquery": {
"main": [
"dist/jquery.js"
]
},
"bootstrap": {
"main": [
"js/dist/util.js",
"js/dist/dropdown.js",
"js/dist/collapse.js"
]
},
"popper": {
"main": [
"dist/umd/popper.js"
]
}
}
}
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gulp.task('fonts', () => {
gulp.task('icons', () => {
return gulp.src('src/icons/**/*.svg')
.pipe($.iconfont({
fontHeight: 1001,
fontHeight: 1001,
normalize: true,
fontName: packageInfo.icons.fontName, // required
prependUnicode: true, // recommended option
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vbase-html",
"version": "1.0.0",
"version": "2.0.0",
"description": "vBase HTML",
"main": "index.js",
"scripts": {
Expand Down
Binary file modified src/fonts/vbase-icon.eot
Binary file not shown.
90 changes: 9 additions & 81 deletions src/fonts/vbase-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/fonts/vbase-icon.ttf
Binary file not shown.
Binary file modified src/fonts/vbase-icon.woff
Binary file not shown.
Binary file modified src/fonts/vbase-icon.woff2
Binary file not shown.
20 changes: 0 additions & 20 deletions src/icons/uEA01-about.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/icons/uEA01-code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions src/icons/uEA02-add-user.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/icons/uEA02-css3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions src/icons/uEA03-add-white.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/icons/uEA03-html5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions src/icons/uEA04-add.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/icons/uEA04-js.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 0 additions & 25 deletions src/icons/uEA05-angry.svg

This file was deleted.

14 changes: 0 additions & 14 deletions src/icons/uEA07-bell.svg

This file was deleted.

14 changes: 0 additions & 14 deletions src/icons/uEA08-camera.svg

This file was deleted.

24 changes: 0 additions & 24 deletions src/icons/uEA09-check.svg

This file was deleted.

Loading

0 comments on commit c3c87af

Please sign in to comment.