mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 04:51:55 +08:00
Merge pull request #119 from Alphix/improve_build_scripts
[snappymail] Some build fixes
This commit is contained in:
commit
ac1041a16e
2 changed files with 3 additions and 1 deletions
|
@ -85,10 +85,12 @@ if (!$gulp) {
|
|||
exit('gulp not installed, run as root: npm install --global gulp-cli');
|
||||
}
|
||||
|
||||
/*
|
||||
$rollup = trim(`which rollup`);
|
||||
if (!$rollup) {
|
||||
exit('rollup not installed, run as root: npm install --global rollup');
|
||||
}
|
||||
*/
|
||||
|
||||
// Arch User Repository
|
||||
// https://aur.archlinux.org/packages/snappymail/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under AGPL 3 */
|
||||
const gulp = require('gulp');
|
||||
const del = require('del');
|
||||
const fs = require('node-fs');
|
||||
const fs = require('fs');
|
||||
|
||||
const { config } = require('./config');
|
||||
|
||||
|
|
Loading…
Reference in a new issue