Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
mishaor17905y@ScriptCoded yeah, it's just a few threads with a basic HTTP handler class. And I need to add WebSockets and JavaScript to that (to do actual live reloading and not just rebuilding it in background and F5ing in browser)
-
mishaor17905y@ScriptCoded not yet, because that Python 3 clusterfuck of a codebase doesn't have styles yet so no way of doing any fancy things. but it will be when it will have that functionality. ;)
-
@mishaor No build pipeline? No tests? Even just coding directly in production can be quite, well, not good...
-
@mishaor But still live reload in production? Now that sounds interesting. What's the pipeline for then?
-
mishaor17905y@ScriptCoded no, that's gonna be local. but it will be helpful when I get an actual server and want to keep the same CMS. the build pipeline on GitLab will use the "generate" command. also GitLab CI (at least on shared runners) is slow as fuck. :(
-
@mishaor Ahh, okey then :) CircleCI is another free alternative that is pretty nice :)
Related Rants
My blog's software has a broken live reloading server.
rant
wk160
blog software
live reloading server