How to add a post routine?
-
I’m using Really Static for a project which is working pretty well. It allows me to use static content in a web application. Each time I make a change on a page the plugin export the related page and it ressources.
I need to reuse all this static content (html, image, script…) for a Spring MVC application. To do that, I manually run a script to convert all the links to work into my Spring application.
Do you have a solution to add a post routine to convert the links? Of course the better solution would be an option in Really Static that allows to run a post routine…
The possible solutions I have found so far used a deamon to know if it’s needed to run the script :
- Parse the logfile generated by Really Static
- Look at the last time the content has been changed
- The topic ‘How to add a post routine?’ is closed to new replies.