When there occurs a compilation error, webc fails to provide necessary amount of verbosity in the error messages to spot the error. For instance, see below command output.
$ ../node_modules/webc/bin/webc watch -o ../out
path.exists is now called `fs.exists`.
Compile error: SyntaxError: Unexpected identifier
Can you guess what was wrong? webc was supposed to be displaying that the error belongs to src/jade/main.jade at line 6. (webc 0.1.2, jade 0.25.0)
When there occurs a compilation error, webc fails to provide necessary amount of verbosity in the error messages to spot the error. For instance, see below command output.
Can you guess what was wrong? webc was supposed to be displaying that the error belongs to src/jade/main.jade at line 6. (webc 0.1.2, jade 0.25.0)