You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some files have a "//"-style comment in their last line and don't have a newline at EOF, when concatenating them, the first line of the next file will end up in the comment.
to be on the safe side bowerful could add add a "\n" at the end of each file.
some files have a "//"-style comment in their last line and don't have a newline at EOF, when concatenating them, the first line of the next file will end up in the comment.
to be on the safe side bowerful could add add a "\n" at the end of each file.
to reproduce use bowerfull with
will lead to a parsing error, no matter the order.
The text was updated successfully, but these errors were encountered: