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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: