Open MarlNox opened 3 years ago
The error says that you have added an "unescaped line break" character in templates.js (:1:292).
Nevertheless, the best approach to do that is forking taiga-front, applay your changes and build the code again instead of modify the compiled code.
Hi there Taiga Team, I'm trying to implement a local version of Taiga which features a new logo, and some new colors. In doing so im using docker, and pulling a modified Taiga Front image, taken from the compiled Taiga Front. Changing all the SVG and PNG/JPG files in the folder - changes a few instances (icons etc) of the logo but not all. Specifically login page remains unchanged and the upper left corner logo. I noticed these were SVG code in the template.js and app.js files. To change these I went and modified the template.js and app.js files. But when i upload this new modded version, Taiga does not load the front page at all - but rather shows blank.
Checking the console it provides an error of this type:
Any ideas how to easily change the logo of the login page and upper left corner? or Any ideas how to fix this error, when I do modify the files?