Skip to content

Commit a1ea2c2

Browse files
author
Sebastian Hösl
committed
docs updated
1 parent 5f40ea9 commit a1ea2c2

File tree

8 files changed

+5
-6
lines changed

8 files changed

+5
-6
lines changed

_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

build.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ postscss([
77
from: 'src/main.scss',
88
to: 'dist/simple-tooltips.css'
99
}, {
10-
from: 'test/preview.scss',
11-
to: 'test/preview.css'
10+
from: 'docs/preview.scss',
11+
to: 'docs/preview.css'
1212
}]);

test/index.html renamed to docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8" />
66
<title>Simple Tooltips</title>
77
<link rel="stylesheet" href="preview.css" />
8-
<link rel="stylesheet" href="../dist/simple-tooltips.css" />
9-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
8+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-tooltips/dist/simple-tooltips.css" />
9+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css" />
1010
</head>
1111

1212
<body>
File renamed without changes.
File renamed without changes.

docs/test.txt

Whitespace-only changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "npm run serve",
77
"build": "node build.js",
88
"prepublishOnly": "npm run build",
9-
"serve": "serve | start http://localhost:5000/test/index.html"
9+
"serve": "serve | start http://localhost:5000/docs/index.html"
1010
},
1111
"author": {
1212
"name": "Sebastian Hösl",

0 commit comments

Comments
 (0)