0
<pre>fonts/vendor/materialize-css/dist/roboto/Roboto-Medium.woff2?1561b424aaef2f704bbd89155b3ce514 65.4 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Thin.woff2?1f35e6a11d27d2e10d28946d42332dc5 63.1 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Light.woff2?3c37aa69cd77e6a53a067170fa8fe2e9 64.3 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Light.woff?ea36cd9a0e9eee97012a67b8a4570d7b 89.7 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Regular.woff2?5136cbe62a63604402f2fedb97f246f8 64.8 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Regular.woff?3cf6adf61054c328b1b0ddcd8f9ce24d 89.8 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Thin.woff?44b78f142603eb69f593ed4002ed7a4a 88.1 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Medium.woff?cf4d60bc0b1d4b2314085919a00e1724 90.6 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Bold.woff2?c0f1e4a4fdfb8048c72e86aadb2a247d 64.8 kB [emitted]
fonts/vendor/materialize-css/dist/roboto/Roboto-Bold.woff?eed9aab5449cc9c8430d7d258108f602 90.3 kB [emitted]
\js\app.js 1.63 MB 0 [emitted] [big] \js\app
\css\app.css 210 kB 0 [emitted] \js\app</pre>a
Laravel Includes an argument when accessing sources, the problem is that these sources are resulting in error using html 5 cache, does anyone know how to remove this argument? what is it for? and how can I resolve the conflict in Html5 cache if I can’t get it out or if it’s important?
How are you calling these fountains?
– novic
Inside the css file. they’re being called there.
– Andersoney Rodrigues
Just remove! .... and another is not the Laravel that does it ....
– novic
Remove what? I don’t know where to remove, but I need the sources. Some relates to the application icons, Using materialize.
– Andersoney Rodrigues
Only remove the parameters of these sources from the file
.css
! although it wouldn’t have to get you into anything!– novic
I do not understand, the problem that materialize has many files, it speaks of a route file, however, I can not configure manually.
– Andersoney Rodrigues
He talks where? what happens, put that in your question, the process that causes the problem!
– novic
When loading the site, the Icons do not load, even the files that define it while on the computer, and the cache cannot get the page.
– Andersoney Rodrigues
You have debugged pressing F12 in the browser?
– novic
That’s exactly how the mistake happened. but I managed to solve it, I put each of the settings to access by route, leaving the files "face to the street", but solved the error and the cache is working. Just gave a little more work to put each point where there was link referencing the site.
– Andersoney Rodrigues
Ever tried a
php artisan cache:clear
and re-compile your js?– Evert
Not yet, I’ll try.... I’ll respond later..
– Andersoney Rodrigues
I decided to ultilize the following technique, referencing the source it being in the public folder of the system, thus, the Laravel does not put arguments and works normally.
– Andersoney Rodrigues