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
Hi, Leo!
I'm need to add .css and .js files to customize page of Tiles.
I added css inline to byte[] server.tiles.Html.HEADER and it's worked ok. But I need to view the .css and .js files in loading page performance on Browser.
May you help me?
Thanks
The text was updated successfully, but these errors were encountered:
Oi Leo!
Eu preciso servir arquivos estáticos diretamente de um diretório.
Quando digitar na url localhost/imagem.jpg ou /contatos.html ele deveria servir estes arquivos.
Você sabe se é possível fazer isso?
Grato pelo retorno!
(Aliás, é bom falar em português por aqui? Ou é melhor em inglês?)
O objetivo desse projetinho era só ser um demonstrador da performance do HTTP2 na época que saiu (há uns 5 anos atrás). Não era pra ser um "full-blown HTTP2 server". Acho que até dá pra adaptá-lo pra isso, mas é melhor usar nginx, http://undertow.io/ ou algo assim se o teu objetivo é servir arquivos estáticos.
Hi, Leo!
I'm need to add .css and .js files to customize page of Tiles.
I added css inline to byte[] server.tiles.Html.HEADER and it's worked ok. But I need to view the .css and .js files in loading page performance on Browser.
May you help me?
Thanks
The text was updated successfully, but these errors were encountered: