Skip to content

Commit e371685

Browse files
author
Remote
committed
202407271836
1 parent 4c10a78 commit e371685

File tree

6 files changed

+5
-273
lines changed

6 files changed

+5
-273
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ node_modules
1010
terser.cache.json
1111

1212
# 忽略其他
13-
reset.sh
13+
reset.sh
14+
memo.md

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ src/
1616

1717
# 忽略其他
1818
reset.sh
19+
memo.md
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"minify": "npx terser src/PDPlayerKit.js -c -m -o dist/PDPlayerKit.js --config-file terser.config.json --name-cache terser.cache.json",
88
"minify-w": "chokidar 'src/PDPlayerKit.js' -c 'npm run minify'",
9-
"sass": "sass sass/:css/ -w --style compressed --no-source-map"
9+
"sass": "sass src/PDPlayerKit.sass:dist/PDPlayerKit.css -w --style compressed --no-source-map",
10+
"sass-index": "sass static/sass/:static/css/ -w --style compressed --no-source-map"
1011
},
1112
"files": [
1213
"dist",

src/PDPlayerKit.scss

7.59 KB
Binary file not shown.

static/sass/PDPlayerKit.scss

Lines changed: 0 additions & 271 deletions
This file was deleted.

0 commit comments

Comments
 (0)