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

Re : config of new steal

$
0
0
turn off minification.  Start removing pretty much all code until you get something to work.  Add dependencies back in until it breaks.  Then report back.

For instance, if your "main" looked like:

  1. steal("foo","bar","zed", function(){

  2.  ...LOTS OF CODE...

  3. })


make it look like:


  1. steal(function(){
  2.   console.log("hello")
  3. })


Viewing all articles
Browse latest Browse all 3491

Trending Articles