Staticfy
Staticfy copied to clipboard
:wrench: Automatically convert hardcoded links to assets in your project, to dynamic links for your web framework
When I try to run staticfy, with the the command `staticfy index.html -o new.html --framework=django `, I get a type error, and I don't know what I'm doing wrong
The last change to add encode('utf-8') breaks the generation of the html files in Python3. The binary is not correctly interpreted (including tabs and newlines) and is printed as is...
Hi, I see that Staticfy does not have a logo. As I have done before, I am contributing design to open source projects. If you need a logo, I can...
Staticfy should be modular, so plugins can be written to implement custom transforms that can't be shared between frameworks. Examples. - converting `posthtml` templates to `Django` templates - Automatically including...
I've always been able to run `staticfy *path*` where *path* is a directory containing html files but for some reason, it doesn't seem to be working now. I keep getting...
I don't have any experience with rails. but by googling around, i found out that rails links look like this // for css true %> // for js "rss feed")...
Made quite a number of changes. 1. Staticfy does not make fall back to flask anymore. This is so that it doesnt change the user's template to flask if its...