Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
유진상/데이터수집개발팀/AS committed Dec 14, 2018
1 parent 1ab8367 commit b9fe9f6
Showing 12,439 changed files with 1,180,389 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.ftpconfig
3 changes: 3 additions & 0 deletions Slimer/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
6 changes: 6 additions & 0 deletions Slimer/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"devel": true,
"undef": false,
"unused": true,
"esversion": 6
}
14 changes: 14 additions & 0 deletions Slimer/109966.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html>

<head>
<meta charset="UTF-8">
<title>demo</title>
</head>

<body>
<!-- 번들 파일 추가 -->
<script src="./dist/109966.js"></script>
</body>

</html>
23 changes: 23 additions & 0 deletions Slimer/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html>

<head>
<meta charset="UTF-8">
<title>demo</title>
<script>
var _AceTM = function() {
// 특정 interval 동안 체크 하지만 max count를 두고 해당 count 만큼만 시도
// 더미 applog 함수에서 localStorage에 저장해두고 javascript load 완료시점에 순차적으로 전송
}
</script>
</head>

<body>
<!-- 번들 파일 추가 -->
<script src="./dist/slimer.js"></script>
<script>
</script>

</body>

</html>
Loading

0 comments on commit b9fe9f6

Please sign in to comment.