awestruct / web-editor

A web based editor for awestruct projects
8 stars 6 forks source link

Send back a not-rendered error #38

Closed wesbos closed 11 years ago

wesbos commented 11 years ago

If you save a file that can't be rendered (css, Gemfile..) it should return an error:

{
error: "Error message here"
}
wesbos commented 11 years ago

Or just set the response code to be one that is an error.

LightGuard commented 11 years ago

Should be complete with the latest commit.