ForbesLindesay-Unmaintained / fix-jade

Fix jade by removing reliance on deprecated features
MIT License
16 stars 3 forks source link

inline script tag #2

Closed pgherveou closed 11 years ago

pgherveou commented 11 years ago

I think there is an issue with inline script when your run this fix it adds the "." at the end of the line instead of adding it just after the tagname

 script console.log('stuff')

becomes

 script console.log('stuff').
ForbesLindesay commented 11 years ago

It actually shouldn't do anything there, it's just a little tricky to sort that situation. If you submit a PR I'll definitely get it merged.

script console.log('stuff')

is already fine as it is.

stuartpb commented 11 years ago

Hopefully fixed by #3.