Commit Graph

7 Commits

Author SHA1 Message Date
ralf
ffd76eb617 for binaries prefer grunt from node_modules/.bin and for all /usr/local/bin over /usr/bin 2022-05-06 12:48:17 +02:00
ralf
f42f26d86b always generate minified CSS, if grunt is installed
- still run other npm tasks (install & build), if grunt is not installed
- run "npm install --legacy-peer-deps", to cope with dependency mismatch caused by downgraded grunt-newer
--> if developer install should not use minified CSS: remove grunt and the previous generated .min.css files
--> if downgraded grunt-newer caused CSS "problems": run once manually: grunt cssmin
2022-04-21 13:45:38 +02:00
Ralf Becker
96dff06453 change rollup.config.js to scan for all installed apps, and run rollup as part of install-cli.php automatic 2021-07-02 15:24:12 +02:00
Ralf Becker
d920c144be pending translations from our translation server 2019-06-06 09:24:28 +02:00
Ralf Becker
8f613c7bc6 fix apps managed by Composer (eg. projectmanager) are not updated
this was done on purpuse to let Composer take care of it, but it does not happen
(probably because we are just on a branch not a tag, hash / version)
2019-04-01 18:08:56 +02:00
Ralf Becker
7de6b8ac15 fix double echo of git command on --verbose 2019-02-23 12:30:33 +01:00
Ralf Becker
82f9b3edc1 replace myrepos (mr) with install-cli.php 2019-02-23 12:17:38 +01:00