This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi, I'm using mindscape compass to combine and minify some files to one file. But the minify operation failed:
The 'errors' not exactly called errors. for example: JSHint (195, 7): Bad line breaking before '?'. The source code of angular.*.js (the error is the char '?' under: "return isString(s)"): I think it want my code to change to: return isString(s)? some : else (in the same line) but this not my file! it's belong to angular!
Please tell me how to fix that? |
|
|
Have you looked at the original error that was noted? - "C:\source\Web\js\home.js: identifier is a reserved word"
|
|