Build script #2
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nu/CharmBoard#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since I'm now adding inline POD for developer documentation (I haven't committed this yet, I'm still working on some stuff before I do), it might be good to create a build script that strips all the POD documentation from the files to shrink things down for prod usage. Maybe also a general code compression/cleaning thing for this purpose? One that gets rid of comments as well, and unnecessary (or, all) whitespace, and maybe things that only apply to the dev environment (like the cache disabler). Not to mention stuff like the .vscode folder lol
For POD stripping:
There's also
perltidy
which does comment stripping and maybe POD stripping too?Might be good to also have something that auto-compiles(? prob not the word) any Less or SCSS code to CSS, if this makes sense to do with how themes and layouts end up being implemented
Oh yeah, same thing with TypeScript -> JavaScript as I'll probably not dare using bare JS
And, for switching to the minified verson of htmx