$strIgnoreJavaScriptFileArray |
array |
Feel free to add the filename of any JS files, relative to __JS_ASSETS__, that you want Qcodo
to ignore because you have already explicilty placed them on the page using HTML
on the HTML page, then you need to add "foo.js" to this IgnoreJavaScriptFileArray so that Qcodo
doesn't try and also load "foo.js" for you.
NOTE: In production or as a performance tweak, you may want to use the compressed "_qc_packed.js"
library (which is a compressed, single file version of ALL the qcodo .js files that is in _core).
If you want to do this, MAKE SURE you FIRST MANUALLY do a
on the HTML page, then you need to add "foo.js" to this IgnoreJavaScriptFileArray so that Qcodo
doesn't try and also load "foo.js" for you.
NOTE: In production or as a performance tweak, you may want to use the compressed "_qc_packed.js"
library (which is a compressed, single file version of ALL the qcodo .js files that is in _core).
If you want to do this, MAKE SURE you FIRST MANUALLY do a
|