summaryrefslogtreecommitdiff
path: root/webpackBaseConfig.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-05-16 01:59:35 +0200
committerGitHub2018-05-16 01:59:35 +0200
commit42b0965550cf66fe6244246ff0bbfbd88f93a53e (patch)
tree17b380f2a2a137c10b3248f79415de7d794579a5 /webpackBaseConfig.js
parentb8e7c4b97a2a8369c9f1989352dec65867d838ac (diff)
parentad69c5017b28f333bb5ed9a3ee20d95c92d7c046 (diff)
Merge pull request #825 from SISheogorath/remove/GoogleDrive
Removing google drive integration
Diffstat (limited to 'webpackBaseConfig.js')
-rw-r--r--webpackBaseConfig.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/webpackBaseConfig.js b/webpackBaseConfig.js
index 793308ea..2c6a56f6 100644
--- a/webpackBaseConfig.js
+++ b/webpackBaseConfig.js
@@ -208,8 +208,6 @@ module.exports = {
'flowchart.js',
'js-sequence-diagrams',
'expose?RevealMarkdown!reveal-markdown',
- path.join(__dirname, 'public/js/google-drive-upload.js'),
- path.join(__dirname, 'public/js/google-drive-picker.js'),
path.join(__dirname, 'public/js/index.js')
],
'index-styles': [
@@ -266,8 +264,6 @@ module.exports = {
'script!abcjs',
'expose?io!socket.io-client',
'expose?RevealMarkdown!reveal-markdown',
- path.join(__dirname, 'public/js/google-drive-upload.js'),
- path.join(__dirname, 'public/js/google-drive-picker.js'),
path.join(__dirname, 'public/js/index.js')
],
pretty: [