mirror of https://github.com/status-im/codimd.git
Remove redundant entry point
This commit is contained in:
parent
a258897884
commit
70c20aadda
|
@ -1 +0,0 @@
|
|||
require('./index');
|
|
@ -31,7 +31,7 @@
|
|||
<script src="<%- url %>/vendor/codemirror-spell-checker/spell-checker.min.js" defer></script>
|
||||
<script src="<%- url %>/vendor/ot/ot.min.js" defer></script>
|
||||
<script src="<%- url %>/vendor/xss/dist/xss.min.js" defer></script>
|
||||
<script src="<%- url %>/build/app.js" defer></script>
|
||||
<script src="<%- url %>/build/index.js" defer></script>
|
||||
<script src="<%- url %>/js/google-drive-upload.js" defer></script>
|
||||
<script src="<%- url %>/js/google-drive-picker.js" defer></script>
|
||||
<script src="<%- url %>/js/reveal-markdown.js" defer></script>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<link rel="stylesheet" href="<%- url %>/vendor/showup/showup.css">
|
||||
<link rel="stylesheet" href="<%- url %>/css/mermaid.css">
|
||||
<link rel="stylesheet" href="<%- url %>/css/markdown.css">
|
||||
<link rel="stylesheet" href="<%- url %>/build/app.css">
|
||||
<link rel="stylesheet" href="<%- url %>/build/index.css">
|
||||
<link rel="stylesheet" href="<%- url %>/css/index.css">
|
||||
<link rel="stylesheet" href="<%- url %>/css/extra.css">
|
||||
<link rel="stylesheet" href="<%- url %>/css/slide-preview.css">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<link rel="stylesheet" href='<%- url %>/css/extra.css'>
|
||||
<link rel="stylesheet" href="<%- url %>/css/slide-preview.css">
|
||||
<link rel="stylesheet" href='<%- url %>/css/site.css'>
|
||||
<link rel="stylesheet" href='<%- url %>/build/app.css'>
|
||||
<link rel="stylesheet" href='<%- url %>/build/public.css'>
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
|
|
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
],
|
||||
|
||||
entry: {
|
||||
app: path.join(__dirname, 'public/js/app.js'),
|
||||
index: path.join(__dirname, 'public/js/index.js'),
|
||||
public: path.join(__dirname, 'public/js/public.js')
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue