Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Weird generation problem while building 4MB app.

$
0
0
okay, it looks like it is custom code related. 

Somehere in the app this code is used:

      
  1. ( /** add mandatory asterisk ? **/
  2. arFields[i].required
  3. ?
  4. ''
  5. :
  6. ''
  7. ) +
It's the question mark in the comment field combined with the fact that it is placed in a ternary operator that is causing the compressor to fail. 

Hope this may help others. 




Viewing all articles
Browse latest Browse all 3491

Trending Articles