summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/dist/css/interfaceAssets.css
AgeCommit message (Collapse)AuthorFilesLines
2022-02-16Refactor apex-editor frontend builddanielhanrahan1-2808/+0
Moved frontend from src/main/resources/webapp to src/main/webapp Moved static resources such as jquery-ui to webapp/dist folder Configured jest to exclude webapp/dist from coverage report Removed unused ZIP file assembly Cleaned up POM Issue-ID: POLICY-3896 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ia006eb94a39586219029866eef94aef38912ad65
2021-09-02Fix static web resource paths in gui-editor-apexdanielhanrahan1-297/+297
Some relative paths in the HTML/CSS are incorrect in the build Issue-ID: POLICY-3601 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ifb9f4b428f3732cd601a3128df27d720a55f88fa
2020-10-02JS Testing added for apex-editorwaynedunican1-0/+2808
Last apex-editor/pom.xml change to exclude the /dist folder Issue-ID: POLICY-2783 Change-Id: I076aac4e503c7e5f2ea39fa9291153be4b119808 Signed-off-by: waynedunican <wayne.dunican@est.tech>