1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

fix basic js build, adds requirement on [entr](https://github.com/eradman/entr) for file watching

This commit is contained in:
arne 2025-04-11 06:47:27 +02:00
commit 1702d78171
3 changed files with 3864 additions and 3747 deletions

View file

@ -6,13 +6,13 @@
"scripts": {
"build:cljs": "shadow-cljs release app",
"build-extra:cljs-report": "shadow-cljs run shadow.cljs.build-report app public/build-report.html",
"build:sass": "node-sass --output-style compressed src/sass/app.sass | postcss -o public/app/app.css",
"build:sass": "sass --style compressed src/sass/app.sass | postcss -o public/app/app.css",
"build": "mkdir -p public; rm -r public/*; run-p copy:* build:*",
"copy:assets": "cp -R src/assets/* public/",
"copy:icons": "cp -R node_modules/open-iconic/font/fonts public",
"deploy": "gh-pages -d public -m \"[skip ci] Deploying $(git rev-parse --short HEAD)\"",
"dev:cljs": "shadow-cljs watch app test",
"dev:sass": "node-sass -w src/sass/app.sass -o public/app",
"dev:sass": "echo src/sass/app.sass | entr npm run build:sass",
"dev:test": "karma start --reporters notify,progress --auto-watch",
"dev": "rm -r public/*; npm-run-all build:sass copy:* test:compile -p dev:*",
"test": "run-s test:compile test:run",
@ -44,7 +44,7 @@
"karma-cljs-test": "^0.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-notify-reporter": "^1.1.0",
"node-sass": "^4.13.1",
"sass": "^1.86.3",
"npm-run-all": "^4.1.5",
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",