Skip to content

Commit 6453a5f

Browse files
committed
Migrate build config to webpack and tests to jest
1 parent 28e9032 commit 6453a5f

11 files changed

+8294
-4573
lines changed

.jshintrc

-23
This file was deleted.

.npmignore

-9
This file was deleted.

Gruntfile.js

-85
This file was deleted.

demo/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
href="http://yandex.st/highlightjs/8.0/styles/default.min.css"
1515
rel="stylesheet"
1616
/>
17-
<link href="../src/loading.css" rel="stylesheet" />
17+
<!-- <link href="../src/loading.css" rel="stylesheet" /> -->
1818
<link href="demo.css" rel="stylesheet" />
1919

2020
<!--[if lt IE 9]>
@@ -24,7 +24,7 @@
2424

2525
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
2626
<script src="https://cdnjs.cloudflare.com/ajax/libs/randomcolor/0.4.2/randomColor.min.js"></script>
27-
<script src="../src/loading.js"></script>
27+
<script src="../dist/jquery.loading.js"></script>
2828
</head>
2929

3030
<body>

0 commit comments

Comments
 (0)