Hello,
i’m trying to change in the front end of the AWX project and when i found “index.html” it redirected to a file named “bundle.js” but when i click it , its not found
what can i do ?
Making changes to the front end code will require you to recompile before you’ll see those changes in the browser: https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md#build-the-user-interface.
Mike