Starting with v1.1.0 of PxLoader, I am now getting the following error when including it in my code.
require.js:168 Uncaught Error: Script error for "pxloader", needed by: app/Sounds, utils/resizer
Neither of the scripts listed use PxLoader in anyway, so I am a little confused by the error.
I have a path set to point to pxloader's folder in my requirejs config.
paths: { jquery: '../bower_components/jquery/dist/jquery.min', greensock: '../bower_components/greensock/src/minified', pxloader: '../bower_components/PxLoader/dist' },
And in the file that produces the error....
if (typeof define === 'function' && define.amd) { define( [ 'jquery', 'pxloader/pxloader-all' ], function () {...
PxLoader 1.0.2 and backwards work ok. This error is new to 1.1.0.
Anyone suggestions of how to resolve it would be appreciated.
Starting with v1.1.0 of PxLoader, I am now getting the following error when including it in my code.
require.js:168 Uncaught Error: Script error for "pxloader", needed by: app/Sounds, utils/resizer
Neither of the scripts listed use PxLoader in anyway, so I am a little confused by the error.
I have a path set to point to pxloader's folder in my requirejs config.
paths: { jquery: '../bower_components/jquery/dist/jquery.min', greensock: '../bower_components/greensock/src/minified', pxloader: '../bower_components/PxLoader/dist' },And in the file that produces the error....
if (typeof define === 'function' && define.amd) { define( [ 'jquery', 'pxloader/pxloader-all' ], function () {...PxLoader 1.0.2 and backwards work ok. This error is new to 1.1.0.
Anyone suggestions of how to resolve it would be appreciated.