-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels