From 42306527afd087373df57306c090698d99e0db4b Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 10:43:25 -0200 Subject: Output javascript bundle in dist folder and use it locally --- web-ui/app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/index.html') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 4b6a81a0..941d3a21 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -106,7 +106,7 @@ - + -- cgit v1.2.3 From 4120bb6063d277179a86a1b9cea6caae3aa676ba Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 15:10:46 -0200 Subject: Bundles local files that were previously in script tags with webpack for optimization --- web-ui/app/index.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'web-ui/app/index.html') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 941d3a21..b1b77b3a 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -98,13 +98,11 @@ - - -- cgit v1.2.3 From b0eef380feab59153fbaa9b11084bd4def91ec5b Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 16:16:56 -0200 Subject: Move foundation from bower to npm and package them with webpack --- web-ui/app/index.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'web-ui/app/index.html') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index b1b77b3a..65951a54 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -100,9 +100,6 @@ - - - -- cgit v1.2.3 From 93cec7cbc6c03b2bd95b1e031e894327bdaa65b4 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 17:18:45 -0200 Subject: Use minified files for dependencies and copy them to dist folder with webpack --- web-ui/app/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/app/index.html') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 65951a54..9449dfb3 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -94,14 +94,14 @@ - - + + - + -- cgit v1.2.3 From 86e464682533e6d21f7f5c69dc091532df4c6dbc Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 19:02:50 -0200 Subject: Fixes offcanvas menu by moving foundation back to index.html --- web-ui/app/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web-ui/app/index.html') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 9449dfb3..4cdcb248 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -101,6 +101,10 @@ + + + + -- cgit v1.2.3 From 639430167b646de6fdbb0f275386dae2856b7e72 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 29 Dec 2016 10:54:12 -0200 Subject: Compile sandbox files through webpack as well --- web-ui/app/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web-ui/app/index.html') diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 4cdcb248..b40aecdf 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -92,7 +92,6 @@ - @@ -105,8 +104,7 @@ - - + -- cgit v1.2.3