qualialabs / reval

Instant Meteor reloads
MIT License
98 stars 15 forks source link

Error when code contains <textarea> ... </textarea> #6

Closed tcastelli closed 7 years ago

tcastelli commented 7 years ago

I found out that if code contains a textarea, the content read omits everything after the . Any suggestion to improve that part?

I though about maybe commenting all the code before parsing and then uncomment

veered commented 7 years ago

Is this only when using the in-browser code editor?

tcastelli commented 7 years ago

Not sure, I have only tried with the in-browser editor while trying to setup the webstorm plugin development. Could you try with the in-browser editor to verify the issue?

veered commented 7 years ago

Should be fixed