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

Building with steal and jquery 2

$
0
0
Hello,

trying to build with jquery 2.0.3, got an error:



Running: js.bat bstore/build.js -to build/store -compressor uglify                                                                                                                                                                                                          
Building to build/store/                                                                                                                                                                                                                                                    
  opening bstore/build.html                                                                                                                                                                                                                                                 
could not load script  file:///..../can/lib/jquery-2.0.3.js                                                                                                                                                           
  TypeError: Cannot find function defineProperty in object function Object() { [native code for Object.Object, arity=1] }                                                                                                                                                   
.                                                                                                                                                                                                                                                                           
!!!!!!!!!!! ERROR !!!!!!!!!!!                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                            
-message    = Cannot find function defineProperty in object function Object() { [native code for Object.Object, arity=1] }                                                                                                                                                  
              .                                                                                                                                                                                                                                                             
-fileName   = file:///.../can/lib/jquery-2.0.3.js                                                                                                                                                                    
-lineNumber = 3315                                                                                                                                                                                                                                                          
-name       = TypeError                                                                                                                                                                                                                                                     
!!!!!!!!!!! ERROR !!!!!!!!!!!                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                            
-message    = Cannot read property "event" from undefined                                                                                                                                                                                                                   
-fileName   =                                                                                                                                                                                                                                                               
-name       = TypeError                                                                                                                                                                                                                                                     
-lineNumber = 0                                                                                                                                                                                                                                                             
                                                                                                                                                                                                                                                                            
              error loading html element  [object HTMLScriptElement]   TypeError: Cannot read property "event" from undefined                                                                                                                                               
!!!!!!!!!!! ERROR !!!!!!!!!!!                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                                            
-message    = Cannot call method "extend" of undefined                                                                                                                                                                                                                      
-fileName   = file:///....can/util/jquery/jquery.js                                                                                                                                                                  
-lineNumber = 2                                                                                                                                                                                                                                                             
-name       = TypeError                                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                            
              error loading html element  [object HTMLScriptElement]   TypeError: Cannot call method "extend" of undefinedOK


How to resolve this?


Viewing all articles
Browse latest Browse all 3491

Trending Articles