-
Notifications
You must be signed in to change notification settings - Fork 248
Generate purely static website #874
Comments
This allows you to turn Phenomic into a standard static website generator Closes #874
Next release will have a "clientScripts" option (boolean, true by default) to control the output of the javascript inserted in html files. |
👍 That was fast! |
As a followup, I think it makes sense to call phenomic/src/static/to-html/url-as-html.js Lines 43 to 47 in e6eaf3f
|
I already took care of that in 233b0ef ;) |
Oh! As I said, fast! 👍 👍 ;-) |
@gmarty Just out of curiosity. What is the use case for purely static sites with no-js? |
@DavidWells you can use |
You can already do that. Removing the JS only remove the client side enhancement. Phenomic works without JS out of the box. |
It doesn't seem to be possible to generate purely static websites (that is without JS, only plain HTML and assets).
At the very least that'd be nice to have an option not to get the bundled JavaScript in the HTML files.
The text was updated successfully, but these errors were encountered: