static-site icon indicating copy to clipboard operation
static-site copied to clipboard

Improve Error Reporting

Open paulcpederson opened this issue 8 years ago • 0 comments

Test and ensure pretty, meaningful, formatted errors are returned for the following scenarios:

  1. Data file is missing
  2. Data file is invalid
  3. Front matter is invalid
  4. Template file is missing
  5. Template syntax incorrect
  6. Helper file is missing
  7. Helper syntax and api is incorrect

Should report line number and maybe even show where in the code it failed.

paulcpederson avatar Aug 30 '16 22:08 paulcpederson