Hi,dear JS Builder boss and all
my javascript code file has this part :
"content: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\
<html xmlns="http://www.w3.org/1999/xhtml">\
<head>\
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\
{style}\
{script}\
</head>\
<body>\
{mailContent}\
{mailAttachment}\
</body>\
</html>',
"
when i run JS Builder build this file that it's failure and throw error.
the error message is:
'Error: JSMIN unterminated string literal: 10 ...
as JSBuild.JSMin.action(Int32 d)
as JSBuild.JSMin.jsmin()
... etc...
'
but is build OK after i delete "\" and \n
the same problem is your google code as:
http://code.google.com/p/js-builder/issues/detail?id=30
http://code.google.com/p/js-builder/issues/detail?id=31
I do not know if the issue is resolved
we do not need to backslash wrap?