Problems with testing my app
having intermittent problems when trying to test my app. with various different error messages
e.g.
Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'widget'
Uncaught ReferenceError: Appery is not defined get_target_platform.js:5
Uncaught ReferenceError: $t is not defined readRaw.js:1
Uncaught ReferenceError: $t is not defined readList.js:1
Uncaught ReferenceError: $t is not defined .......
other message i am getting include spinner cant be found
but with no changes if i click test, it will run ok. and then maybe fail again when i try to test later