Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/node_modules/laravel-mix/src/tasks/ConcatenateFilesTask.js
Назад
let Task = require('./Task'); let FileCollection = require('../FileCollection'); const { FileGlob } = require('./FileGlob'); const File = require('../File'); /** * @extends {Task<{ src: string|string[], output: File, babel: boolean, ignore?: string[] }>} */ class ConcatenateFilesTask extends Task { /** * Run the task. */ run() { return this.merge(); } /** * Merge the files into one. */ async merge() { const files = await FileGlob.expand(this.data.src, { ignore: this.data.ignore || [] }); this.files = new FileCollection(files); return this.files .merge(this.data.output, this.data.babel) .then(this.assets.push.bind(this.assets)); } /** * Handle when a relevant source file is changed. */ onChange() { return this.merge(); } } module.exports = ConcatenateFilesTask;
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка