[15:51:20] It should be feasible to upgrade to font awesome 5 or 6, right? I don't know the licensing so it might not be able to be included but I'm wishing I had more icons [15:54:36] I suppose I could switch to using emojis [15:57:21] https://fontawesome.com/docs/web/setup/upgrade/upgrade-from-v4 [15:57:37] Looks like the syntax changes a lot which could cause breakage [16:00:42] Even 4 to 5 syntax changes [16:20:17] Maybe it would be easier to just change the remarkup formatter to include like an {icon5 thing} [16:41:02] https://we.phorge.it/source/phorge/browse/master/src/infrastructure/markup/rule/PhabricatorNavigationRemarkupRule.php;5f7b7f24d60d3d3d87a4f6f0f1798736468674dc [16:41:15] I'm probably looking in the wrong spot [16:54:29] Yeah that is more than certainly the wrong spot [20:31:26] I hate to keep asking dumb question, but I'm trying to add a new file to the static directory, and these instructions https://we.phorge.it/book/contrib/article/adding_new_css_and_js/ say you need to add some comments at the top of the file for this to work, but im trying to add a JSON file to make this work as a PWA, and I'm fairly certain that if you include that comment the json will not work [20:33:01] I'm trying to grok why the mask-icon.svg works, but adding in my stuff into webroot/rsrc/pwa/manifest.json and referencing it with celerity_get_resource_uri('/rsrc/pwa/manifest.json') doesn't work [20:33:11] I've made sure to rebuild the celerity map, too [20:34:38] even moving it to rsrc/js/pwa/didn't work [20:35:08] looking at the raw html, it seems that the files are on my files.michaeleisemann.com domain [20:35:28] now I could just cheat and manually provide the href to the file i uploaded but that's not at all good practice [20:57:07] Okay, I figured out why! The map builder doesn't take into account json files [21:02:28] Well that solved the problem of the file not being found in the map, but now it's a 404 lol