4 Commits

Author SHA1 Message Date
nao-pon 5098f73894 build: add elfinder-minimal 2026-04-20 17:51:51 +09:00
Andre Wachsmuth 788daa2ac4 Fix build for Windows environment (#3699)
mkdir command in Windows does not have a "-p" option. Creating
the parents seems unnecessary, as the parent folder is the project
root and that should always exist. So simply remove the "-p" option.

Windows uses backslashes as the path separator. Replace backslash
with forward slash to normalize the paths.

Co-authored-by: Andre Wachsmuth <awa@xima.de>
2025-08-28 20:09:47 +09:00
Troex Nevelin 5e0f50eed6 remove version from package.json 2016-04-21 19:26:09 +03:00
Troex Nevelin 17c67a4395 use npm for installing build dependencies 2016-04-19 19:30:16 +03:00