mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Add prettier
This commit is contained in:
parent
08da3030b0
commit
450528ff00
61 changed files with 516 additions and 1456 deletions
|
|
@ -1,9 +1,7 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under AGPL 3 */
|
||||
const gulp = require('gulp');
|
||||
const {config} = require('./config');
|
||||
const { config } = require('./config');
|
||||
|
||||
const assetsCopy = () =>
|
||||
gulp.src(config.paths.assets.src)
|
||||
.pipe(gulp.dest(config.paths.static));
|
||||
const assetsCopy = () => gulp.src(config.paths.assets.src).pipe(gulp.dest(config.paths.static));
|
||||
|
||||
exports.assets = gulp.series(assetsCopy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue