Skip to content

Commit

Permalink
CSS Libraries and style updates (#388)
Browse files Browse the repository at this point in the history
* Update now-ui frontend lib to latest instead of the beta

* Update to bootstrap 4 lib

* Fix flights and profile pages
  • Loading branch information
nabeelio committed Sep 12, 2019
1 parent 37fc761 commit 7a76ac4
Show file tree
Hide file tree
Showing 80 changed files with 2,364 additions and 157,695 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ build:
# This is to build all the stylesheets, etc
.PHONY: build-assets
build-assets:
yarn run dev
yarn run production

.PHONY: install
install: build
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
"watch-poll": "yarn run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "yarns run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@turf/center": "^6.0.1",
"Leaflet.Geodesic": "git+https://git@github.com/henrythasler/Leaflet.Geodesic.git",
"animate.css": "~3.6",
"axios": "^0.18.1",
"bootstrap": "~3.4",
"bootstrap": "~4.3",
"bootstrap3": "npm:bootstrap@~3.4",
"bootstrap-sass": "^3.4.1",
"cookieconsent": "^3.1.0",
"cross-env": "^5.1.6",
Expand Down
Loading

0 comments on commit 7a76ac4

Please sign in to comment.