developit / grunt-esperanto

Wrapper for the esperanto module transpiler
MIT License
3 stars 4 forks source link

Include failing file information on upstream error #5

Closed kpdecker closed 9 years ago

kpdecker commented 9 years ago

Before:

Running "esperanto:cjs" (esperanto) task
Warning: SyntaxError: Unexpected token (4:7) Use --force to continue.

After:

Running "esperanto:cjs" (esperanto) task
Warning: Error parsing lib/handlebars/compiler/base.js: SyntaxError: Unexpected token (4:7) Use --force to continue.
developit commented 9 years ago

Looks good. I'm just going to merge and release this, since I'm no longer using this module myself.