Espurna: How to package html files in binary file to release?

Created on 14 Oct 2020  路  2Comments  路  Source: xoseperez/espurna

Before creating a new issue please check that you have:

  • searched the existing issues (both open and closed)
  • searched the wiki
  • asked for help in the chat
  • done the previous things again :)

Fulfilling this template will help developers and contributors help you. Try to be as specific and extensive as possible. If the information provided is not enough the issue will likely be closed.

You can now remove this line and the above ones. Text in italic is meant to be replaced by your own words. If any of the sections below are not relevant to the issue (for instance, the screenshots) then you can delete them.

Question
A clear and concise description of what the problem/doubt is.

Screenshots
If applicable, add screenshots to help explain your problem.

Device information
Copy-paste here the information as it is outputted by the device. You can get this information by typing info via serial, terminal or in the debug tab in the web UI. The relevant information is that surrounded by the scissors-cut lines (---8<-------).
If you cannot get this info from the device, please answer this questions:

  • Arduino Core version
  • ESPurna version
  • Flash mode
  • Device brand, model and version

Tools used

  • Desktop operating system
  • Browser & version
  • IDE & version
  • Compiler & version (if not embedded in IDE)

Additional context
Add any other context about the problem here.
Hi espurna author:
I want to learn use html template for UI. I'm trying to make binary file like yours, but I have no idea how to realize it. Would you share how do you do?

question

Most helpful comment

There's also a brief description at the wiki:
https://github.com/xoseperez/espurna/wiki/WebInterface#web-interface-build-process
The whole process is done via gulpjs:
https://github.com/xoseperez/espurna/blob/dev/code/gulpfile.js

All 2 comments

Related discussions have been found(#455)

There's also a brief description at the wiki:
https://github.com/xoseperez/espurna/wiki/WebInterface#web-interface-build-process
The whole process is done via gulpjs:
https://github.com/xoseperez/espurna/blob/dev/code/gulpfile.js

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eercanayar picture eercanayar  路  3Comments

MariusLaurinaitis picture MariusLaurinaitis  路  9Comments

namezero picture namezero  路  7Comments

mstjerna picture mstjerna  路  6Comments

fernando-p-jesus picture fernando-p-jesus  路  6Comments