Version 5.1.1
I want to add a basic override to the Floating util class. The project was not created by me, so i don't know if generate app was used. What i have:
When i build the app i get the "Requirement had no matching files" error, pointing to Overrides.util.Floating in app.js
- [workspaceFolder]/overrides/util/Floating.js
- The Floating.js folder is defined as 'Overrides.util.Floating'
- In the app.js requires section i have added 'Overrides.util.Floating'
- In .sencha/workspace/sencha.cfg i have added app.classpath=${app.dir}/overrides
I think a starting point here is the fact that my app.js file is inside the application folder, basically the path to app.js is [workingdirectory]/src/app.js.