Move "assets" to proper location in snappymail/v/0.0.0/static/

This commit is contained in:
the-djmaze 2023-02-02 17:19:06 +01:00
parent 4521a9917a
commit 489ed81c84
26 changed files with 7 additions and 17 deletions

View file

@ -14,4 +14,4 @@ exports.copy = (sFile, sNewFile, done) => {
exports.getHead = () => config.head.agpl;
exports.cleanStatic = () => del(config.paths.static);
exports.cleanStatic = () => del(config.paths.staticJS) && del(config.paths.staticCSS);