/
githubmirror
/
moment
Обзор
Документация
Войти
/
githubmirror
/
moment
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tasks/component.js
13 строк
385 B
Iskren Chernev
Run prettier --write
27 апр 2020, 02:14
27 апр 2020, 02:14
38fe036
Код
Авторство
О чём код?
module.exports = function (grunt) { grunt.registerTask('component', function () { var config = JSON.parse(grunt.file.read('component.json')); config.files = grunt.file.expand('locale/*.js'); config.files.unshift('moment.js'); grunt.file.write( 'component.json', JSON.stringify(config, true, 2) + '\n' ); }); };