crunchbutton/README.dev.txt
2013-02-08 07:24:25 -05:00

9 lines
255 B
Plaintext

Some tips
== JS ==
if you use JS code in your views, do not use the comment format
// comment till EOL
The compressor/minifier that removes the spaces before sending the output will
break the code and force the rest of the code to be sent as comment.