Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/04f05bdb83cdad9015b9fc39e0b54c0e7955014d/gulp/clean.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
var gulp = require('gulp');
|
|
var del = require('del');
|
|
|
|
var paths = require('./paths');
|
|
|
|
gulp.task('clean', function (cb) {
|
|
del([paths.dest.root], cb);
|
|
});
|