Skip to content

Commit

Permalink
feat: remove jquery/pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
majianquan committed Mar 2, 2020
1 parent 6ebee5b commit c063606
Show file tree
Hide file tree
Showing 21 changed files with 49 additions and 2,166 deletions.
224 changes: 0 additions & 224 deletions index.html

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"axios": "^0.19.1",
"codemirror": "^5.50.2",
"core-js": "^3.4.4",
"element-ui": "^2.13.0",
"jquery": "^3.4.1",
"markdown": "^0.5.0",
"marked": "^0.8.0",
"prettify": "^0.1.7",
Expand Down
4 changes: 0 additions & 4 deletions public/assets/scripts/sync-scroll.js

This file was deleted.

13 changes: 0 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,7 @@

<body>
<div id="app" >

</div>


<script src="libs/scripts/prettify.min.js"></script>
<script src="libs/scripts/jquery.min.js"></script>
<script>
window.console
&& window.console.log
&& (console.log("Think big, train fast, learn deep. See https://github.com/yanglbme"))
setTimeout(() => {
document.body.addEventListener('load', prettyPrint())
}, 2000)
</script>
</body>

</html>
Loading

0 comments on commit c063606

Please sign in to comment.