Skip to content

Commit

Permalink
fix: loading openlayers css and js from assets instead of remote server
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Apr 23, 2019
1 parent 921519d commit 827f57c
Show file tree
Hide file tree
Showing 4 changed files with 1,079 additions and 6 deletions.
8 changes: 5 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
"styles": [
"./node_modules/ngx-toastr/toastr.css",
"./node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/assets/fontawesome/css/all.css",
"src/styles.scss"
"./src/assets/fontawesome/css/all.css",
"./src/assets/openlayers/ol.css",
"./src/styles.scss"
],
"scripts": [
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
"./node_modules/bootstrap/dist/js/bootstrap.min.js",
"./src/assets/openlayers/ol.js"
]
},
"configurations": {
Expand Down
1 change: 1 addition & 0 deletions src/assets/openlayers/ol.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 827f57c

Please sign in to comment.