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
I edited the index.html file to change some of the titles.
When I run gulp, there is no error, but the resulting file has no CSS either JS files embedded into index.html.gz.
[22:11:03] Using gulpfile ~/git/ESP32-STUDIES/esp32-wifi-manager-vuejs/web-app/gulpfile.js
[22:11:03] Starting 'default'...
[22:11:03] Starting 'buildfs'...
[22:11:03] Starting 'clean'...
[22:11:03] Finished 'clean' after 54 ms
[22:11:03] Starting 'files'...
[22:11:06] Finished 'files' after 3.02 s
[22:11:06] Starting 'html'...
[22:11:06] Finished 'html' after 299 ms
[22:11:06] Finished 'buildfs' after 3.38 s
[22:11:06] Finished 'default' after 3.38 s
I even uploaded to an ESP32 and, when I open it, the server works fine, but the page come with no style either functionalities.
If I want to modify the index.html, is that the right workflow: 1) alter the index.html file and 2) run gulp command? Are there other steps I'm not following?
Thanks!
The text was updated successfully, but these errors were encountered:
late to the party but you have to run gulp buildfs2 in order to inline css and js. @giobauermeister there are two buildfs tasks and I think you want the second to be the default?
Hello,
I edited the
index.html
file to change some of the titles.When I run
gulp
, there is no error, but the resulting file has no CSS either JS files embedded into index.html.gz.I even uploaded to an ESP32 and, when I open it, the server works fine, but the page come with no style either functionalities.
If I want to modify the
index.html
, is that the right workflow: 1) alter theindex.html
file and 2) rungulp
command? Are there other steps I'm not following?Thanks!
The text was updated successfully, but these errors were encountered: