From 69e9c97a88f332ca38d6cc7aeeece2adcc7642b6 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Sun, 18 Nov 2018 16:28:35 +0100 Subject: [PATCH] Re-order js into assets and add openlayers --- Gemfile.lock | 4 ++-- _layouts/base.html | 4 ++-- {js => assets/js}/bootstrap.min.js | 0 assets/openlayers/ol.css | 2 ++ assets/openlayers/ol.js | 8 ++++++++ 5 files changed, 14 insertions(+), 4 deletions(-) rename {js => assets/js}/bootstrap.min.js (100%) create mode 100644 assets/openlayers/ol.css create mode 100644 assets/openlayers/ol.js diff --git a/Gemfile.lock b/Gemfile.lock index 16dec6e..37366a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 2.4.2p198 + ruby 2.5.3p105 BUNDLED WITH - 1.16.0 + 1.17.1 diff --git a/_layouts/base.html b/_layouts/base.html index be0431a..c33baf6 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -123,8 +123,8 @@
- - + +