mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Set up different sidebar sections and improve styling of bottom bar
This commit is contained in:
parent
e926fb41d3
commit
9858cece51
6 changed files with 34 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"build:html": "sed 's/\"\\/app\\//\".\\/app\\//g' src/html/index.html > public/index.html",
|
||||
"build:sass": "node-sass --output-style compressed src/sass/app.sass public/app/style.css",
|
||||
"build": "rm -r public/*; run-p build:*; ",
|
||||
"deploy": "npm run build && gh-pages -d public",
|
||||
"deploy": "npm run build && gh-pages -d public -m \"Deploying $(git rev-parse --short HEAD)\"",
|
||||
"dev:cljs": "shadow-cljs watch app test",
|
||||
"dev:html": "sed 's/\"\\.\\/app\\//\"\\/app\\//g' src/html/index.html > public/index.html",
|
||||
"dev:sass": "npm run build:sass; node-sass -w src/sass/app.sass public/app/style.css",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue