Skip to content

Commit

Permalink
use *.min.js and *.min.css for vendored code
Browse files Browse the repository at this point in the history
  • Loading branch information
wang0618 committed Apr 8, 2020
1 parent 43f77b1 commit 67ff936
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10,157 deletions.
349 changes: 0 additions & 349 deletions pywebio/html/css/codemirror.css

This file was deleted.

2 changes: 2 additions & 0 deletions pywebio/html/css/codemirror.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pywebio/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon_open_16.png" id="favicon16">
<link rel="stylesheet" href="css/mditor.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="stylesheet" href="css/codemirror.min.css">
<link rel="stylesheet" href="codemirror/darcula.css">
<link rel="stylesheet" href="css/app.css">
</head>
Expand Down Expand Up @@ -38,7 +38,7 @@
</footer>

<script src="js/mustache.min.js"></script> <!--template system-->
<script src="js/codemirror.js"></script> <!--code textarea editor-->
<script src="js/codemirror.min.js"></script> <!--code textarea editor-->
<script src="codemirror/matchbrackets.js"></script> <!--codemirror plugin-->
<script src="codemirror/python.js"></script> <!--codemirror python language support-->
<script src="codemirror/loadmode.js"></script> <!--codemirror plugin: auto load mode-->
Expand Down
Loading

0 comments on commit 67ff936

Please sign in to comment.