Skip to content

Commit

Permalink
添加服务进程和日志管理
Browse files Browse the repository at this point in the history
  • Loading branch information
gss1017 committed Mar 7, 2019
1 parent 487ea10 commit 2071c5a
Show file tree
Hide file tree
Showing 8 changed files with 1,549 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules/*
.idea
.idea/*
dist
logs
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<h2 class="font-color">LiveReload Demo hai</h2>
<h2 class="font-color2">LiveReload Demo hai</h2>
<a href="./main.html">进入主体</a>
<script>
if (location.hostname === '127.0.0.1') {
Expand Down
1 change: 1 addition & 0 deletions client/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ <h2 class="font-color2">nihao Demo 哈哈哈哈</h2>
':35729/livereload.js?snipver=1"></' + 'script>');
}
</script>
<script src="./scripts/main.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="./styles/main.422b55a9.css">
</head>
<body>
<h2 class="font-color">LiveReload Demo hai</h2>
<h2 class="font-color2">LiveReload Demo hai</h2>
<a href="./main.html">进入主体</a>
<script>
if (location.hostname === '127.0.0.1') {
Expand Down
Loading

0 comments on commit 2071c5a

Please sign in to comment.