You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index.css seems to either be ignored or only used once, any changes made to this file are not reflected on restart of the chat resource.
However, after looking at the fxmanifest I can see it refers to /dist/index.css and upon further inspection in nui devtools I can see the same, with no reference to the original file.
Took me a while to figure out, copied my changes to /dist/index.css and all was fine in the server again after restart command.
Not sure if this is an issue or not, just reporting my findings as it appears to be duplicating a file and ignoring the first one.
Inside ../chat/html/
Index.css seems to either be ignored or only used once, any changes made to this file are not reflected on restart of the chat resource.
However, after looking at the fxmanifest I can see it refers to /dist/index.css and upon further inspection in nui devtools I can see the same, with no reference to the original file.
Took me a while to figure out, copied my changes to /dist/index.css and all was fine in the server again after restart command.
Not sure if this is an issue or not, just reporting my findings as it appears to be duplicating a file and ignoring the first one.