浏览代码

[travis] dont watch

version-14
Rushabh Mehta 7 年前
父节点
当前提交
bc0453a80b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      frappe/build.js

+ 4
- 4
frappe/build.js 查看文件

@@ -49,15 +49,15 @@ function build(minify) {
let socket_connection = false;

function watch() {
http.listen(file_watcher_port, function () {
console.log('file watching on *:', file_watcher_port);
});

if (process.env.CI) {
// don't watch inside CI
return;
}

http.listen(file_watcher_port, function () {
console.log('file watching on *:', file_watcher_port);
});

compile_less().then(() => {
build();
watch_less(function (filename) {


正在加载...
取消
保存