[PR #255] [CLOSED] Improving the way to update html/js/css files inside web_server folder #1066

Closed
opened 2026-02-28 00:06:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/255
Author: @ericktedeschi
Created: 7/4/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 6e4b490 - Added the script convert_all.sh to help the process of minify, convert to hex and generate constant name automatically.

📊 Changes

4 files changed (+114 additions, -25 deletions)

View changed files

📝 esp8266_deauther/data.h (+17 -17)
📝 esp8266_deauther/esp8266_deauther.ino (+8 -8)
web_server/convert_all.sh (+57 -0)
📝 web_server/readme.md (+32 -0)

📄 Description

- Added the script convert_all.sh to help the process of minify, convert to hex and generate constant name automatically.
- Updated the readme.md inside the web_server folder
- updated the data.h to the automatically generated constants name.

I've created this script because I'm working on the frontend this week. And it is helping me with the "boring" work. I hope it can be useful for other contributors.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SpacehuhnTech/esp8266_deauther/pull/255 **Author:** [@ericktedeschi](https://github.com/ericktedeschi) **Created:** 7/4/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6e4b490`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/6e4b490494b68c65ec72ac0426bd39df3987bca1) - Added the script convert_all.sh to help the process of minify, convert to hex and generate constant name automatically. ### 📊 Changes **4 files changed** (+114 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `esp8266_deauther/data.h` (+17 -17) 📝 `esp8266_deauther/esp8266_deauther.ino` (+8 -8) ➕ `web_server/convert_all.sh` (+57 -0) 📝 `web_server/readme.md` (+32 -0) </details> ### 📄 Description - Added the script convert_all.sh to help the process of minify, convert to hex and generate constant name automatically. - Updated the readme.md inside the web_server folder - updated the data.h to the automatically generated constants name. I've created this script because I'm working on the frontend this week. And it is helping me with the "boring" work. I hope it can be useful for other contributors. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:06:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#1066
No description provided.