diff --git a/apps/documenteditor/mobile/build/webpack.config.js b/apps/documenteditor/mobile/build/webpack.config.js index 19a6de871..bffe1f1fb 100644 --- a/apps/documenteditor/mobile/build/webpack.config.js +++ b/apps/documenteditor/mobile/build/webpack.config.js @@ -165,16 +165,6 @@ module.exports = { }, }, - { - test: /jquery.+\.js$/, - use: [{ - loader: 'expose-loader', - options: 'jQuery' - },{ - loader: 'expose-loader', - options: '$' - }] - }, ], }, @@ -223,10 +213,5 @@ module.exports = { ], }), - new webpack.ProvidePlugin({ - $: "jquery", - jQuery: "jquery" - }), - ], }; \ No newline at end of file diff --git a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.eot b/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.eot deleted file mode 100644 index d48462061..000000000 Binary files a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.eot and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.ttf b/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.ttf deleted file mode 100644 index f38867f38..000000000 Binary files a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.ttf and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.woff b/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.woff deleted file mode 100644 index dace7c952..000000000 Binary files a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.woff and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.woff2 b/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.woff2 deleted file mode 100644 index 997a57b0e..000000000 Binary files a/apps/documenteditor/mobile/fonts/Framework7Icons-Regular.woff2 and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.eot b/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.eot deleted file mode 100644 index 70508ebab..000000000 Binary files a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.eot and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.ttf b/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.ttf deleted file mode 100644 index 7015564ad..000000000 Binary files a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.ttf and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.woff b/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.woff deleted file mode 100644 index b648a3eea..000000000 Binary files a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.woff and /dev/null differ diff --git a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.woff2 b/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.woff2 deleted file mode 100644 index 9fa211252..000000000 Binary files a/apps/documenteditor/mobile/fonts/MaterialIcons-Regular.woff2 and /dev/null differ diff --git a/apps/documenteditor/mobile/index.html b/apps/documenteditor/mobile/index.html deleted file mode 100644 index 03319d6c0..000000000 --- a/apps/documenteditor/mobile/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - Desktop Editor - - - - - - - - - - - - - - -
- - - - - \ No newline at end of file diff --git a/apps/documenteditor/mobile/index_dev.html b/apps/documenteditor/mobile/src/index_dev.html similarity index 100% rename from apps/documenteditor/mobile/index_dev.html rename to apps/documenteditor/mobile/src/index_dev.html