HamlPy
HamlPy copied to clipboard
JS inline comments // don't work
HamlPy removes all line breaks in JS. This breaks comments in the // comment format, while the use of /* comment */ is discouraged in Javascript [1].
[1] "JavaScript: The Good Parts", Douglas Crockford