Do you guys know an application that compresses scripts, images (maybe in the WebP format), adds a sitemap, robots.txt and so on (maybe with integrated FTP upload) before (or after) uploading a website? Wordpress has plugins for that but it would be nice to have something that works with Pinegrow (or any HTML website). My Google search wasn’t that helpful…
Well, depends.
On your operating system, or if using free or paid, or online services, doing it yourself manually with apps or using a build system to automate it.
there, thats a few options.
if on a Mac, the pretty shiny, commercial GO TOApp would probably but
which is pretty awesome and probably silly cheap if you use it a lot.
Id love to have it, but on a budget, so Im looking at the
automated build tools
route at the moment, which is scary command line madness.
I just started a topic on it this week, to get some feedback and advice.
I started with looking into Node.js installing (to check out @ehigiepaul 's new Pinegrow Plugin If Im honest)
And then thought I might just go the whole hog and have a go at setting up an automated build/optimisation/compression sort of affair while I was at it, blinking at the scary command line console.
hence looking into
which does NONE of the stuff you asked for! it just er, Looks after stuff ie, manages all your web resources, goes off, collects them, maintains them, ie, it will go and get Bootstrap and install it in your project, if your building a bootstrap site etc etc, go get jquery… etc.
…er now this includes Bowman (if im right) AND NPM - yet another package manager to do the same sort of (node and javascript) package managing stuff (it automates a lot of things)
There is a recent (2019) list of css html js tools here
and… I could go on.
for a change.
but,
That is some ideas, lets see what better ideas others come up with>
Ive basically just been checking out the topics lately so thats my input.
If using WordPress… then there’s probably a gazillion plugins,
this one does on the fly optimisation and can use the WebP format too.
Im totally out of my depth in the WP pool and am actually screaming rather loudly as I drift off away from the shallows of the Automated command line tools too, but there,
Got the ball rolling for you.
Thank you so much for that really extensive answer! Sorry for the late reaction, I’m very busy these days. I will try some things out and reply later with my experiences.