Skip to content

Commit

Permalink
remove local watch codes
Browse files Browse the repository at this point in the history
  • Loading branch information
zbryikt committed Mar 14, 2021
1 parent 6ad1627 commit bdb4d4b
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 1,151 deletions.
3 changes: 1 addition & 2 deletions bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
// Generated by LiveScript 1.6.0
var t1, fs, path, yargs, colors, srcbuild, lib, server, watch, api, cfgfile, argv, root, doOpen, port, main, config;
var t1, fs, path, yargs, colors, srcbuild, lib, server, api, cfgfile, argv, root, doOpen, port, main, config;
t1 = Date.now();
fs = require('fs');
path = require('path');
Expand All @@ -9,7 +9,6 @@ colors = require('colors');
srcbuild = require('@plotdb/srcbuild');
lib = path.dirname(fs.realpathSync(__filename));
server = require(lib + "/lib/server");
watch = require(lib + "/lib/watch");
api = require(lib + "/api/index");
if (/\.json$/.exec(process.argv[2] || '')) {
cfgfile = process.argv[2];
Expand Down
30 changes: 0 additions & 30 deletions bin/lib/build/aux.js

This file was deleted.

189 changes: 0 additions & 189 deletions bin/lib/build/bundle.js

This file was deleted.

74 changes: 0 additions & 74 deletions bin/lib/build/lsc.js

This file was deleted.

Loading

0 comments on commit bdb4d4b

Please sign in to comment.