I want to use extjs 5 in my website which is not extjs based app.
I have created extjs app within root directory of my application and built it using sencha cmd.
When I use js and css files from build/production folder, it works fine because in production mode ext does not load other files, but instead loads just app.js from build/production/*** . However, during development I need to use full version instead of build for easy debugging, so I need to load files as are loaded from bootstrap.json file in typical extjs app.
If I use bootstrap.js file it fails to load because it tries to load all files from ext directory relative to where it is included. Is there any way I can make this bootstrap.js file to work?
I cannot use ext-all-debug.js because it fails to find required packages such as charts.