Compare commits
2 commits
9b5856f3c3
...
0d5c2fbd35
| Author | SHA1 | Date | |
|---|---|---|---|
|
0d5c2fbd35 |
|||
|
a5a296e87f |
16 changed files with 7 additions and 3 deletions
5
build.sh
5
build.sh
|
|
@ -14,8 +14,9 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
WEB_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
MANIFEST="${WEB_DIR}/components.yml"
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
WEB_DIR="${SCRIPT_DIR}/sources"
|
||||
MANIFEST="${SCRIPT_DIR}/components.yml"
|
||||
COMPONENTS_DIR="${WEB_DIR}/components"
|
||||
OUTPUT="${WEB_DIR}/components.json"
|
||||
LOCKFILE="${WEB_DIR}/components.lock.json"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"name": "side-nav",
|
||||
"repo": "https://git.g3e.fr/syonad/syn-side-nav",
|
||||
"ref": "main",
|
||||
"commit": "c885959a6f3ff14b677fb104b72dc707d0fc1c66"
|
||||
"commit": "bf6bbe78a9d361b96168b05d94e560a381283121"
|
||||
}
|
||||
]
|
||||
|
Before Width: | Height: | Size: 996 B After Width: | Height: | Size: 996 B |
3
sources/icons.json
Normal file
3
sources/icons.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"dashboard": "<svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"/><rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"/><rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"/><rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"/></svg>"
|
||||
}
|
||||
0
vendor/.keep → sources/vendor/.keep
vendored
0
vendor/.keep → sources/vendor/.keep
vendored
Loading…
Add table
Add a link
Reference in a new issue