Skip to content

Commit

Permalink
change sass -> less
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Sep 23, 2024
1 parent 6d7dddf commit bf30564
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 24 deletions.
4 changes: 3 additions & 1 deletion demo/public/decoder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/public/decoder.js.map

Large diffs are not rendered by default.

Binary file modified demo/public/dist.zip
Binary file not shown.
55 changes: 40 additions & 15 deletions demo/public/jessibuca.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/public/jessibuca.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jessibuca.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jessibuca",
"version": "3.2.12",
"version": "3.3.12",
"scripts": {
"build": "npx cross-env NODE_ENV=production rollup -c",
"build:wasm": "python wasm/make.py --wasm && npm run build && npm run build:demo",
Expand Down Expand Up @@ -28,14 +28,13 @@
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"node-sass": "9.0.0",
"less": "4.2.0",
"rollup": "^2.39.0",
"postcss": "^8.1.6",
"postcss-base64": "0.7.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-replace": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import template from "./template";
import observer from './observer';
import property from './property';
import events from './events';
import './style.scss'
import './style.less'
import hotkey from "./hotkey";
import {getStyle, isBoolean, removeElement, setStyle} from "../utils";

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/player/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Emitter from "../utils/emitter";
import Demux from "../demux";
import WebcodecsDecoder from "../decoder/webcodecs";
import Control from "../control";
import './style.scss'
import './style.less'
import observer from "./observer";
import MseDecoder from "../decoder/mediaSource";
import NoSleep from "../utils/noSleep";
Expand Down
File renamed without changes.

0 comments on commit bf30564

Please sign in to comment.