You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd src
$ ../node_modules/webc/bin/webc watch -o ../out
path.exists is now called `fs.exists`.
Compiled files to /home/vy/web/CheckList/src/../out
Watching for changes...
path.existsSync is now called `fs.existsSync`.
Deleting: /home/vy/web/CheckList/src/jade/main.jade___jb_bak___
Processing: /home/vy/web/CheckList/src/jade/main.jade
...
removal of src/html (which requires no compilation at all) chokes webc:
fs.js:520
return binding.lstat(pathModule._makeLong(path));
^
Error: ENOENT, no such file or directory '/home/vy/web/CheckList/src/html/main.html'
at Object.fs.lstatSync (fs.js:520:18)
at FSWatcher.<anonymous> (/home/vy/web/CheckList/node_modules/webc/lib/webc.js:44:26)
at FSWatcher.EventEmitter.emit (events.js:91:17)
at FSEvent._handle.onchange (fs.js:826:12)
... and webc quits. (webc 0.1.2)
The text was updated successfully, but these errors were encountered:
While running webc as follows,
removal of
src/html
(which requires no compilation at all) chokes webc:... and webc quits. (webc 0.1.2)
The text was updated successfully, but these errors were encountered: