Mattias Fjellvang
Mattias Fjellvang
When I fire `yarn generate --no-build -r /georg-jensen-diamonds-and-gold-halo-earhoops-23-mm` it seems to generate all the other routes too. Even the routes inside `/pages/About.vue`, etc. Also the specific route I've set to...
@emiliobondioli thats cool! Thanks for sharing. How would we go about to add multiple routes to -R? Is that supported?
Also this leads me into thinking; we could simply send a GET request to backend to determine what routes have changed and only generate those routes, EXCEPT, If Nuxt had...
@f3ltron I guess not, as long as nuxt haven't been rebuilt (`yarn nuxt build`), as that is the script setting file hashes.
Thank @emiliobondioli ;) Also; I still need to figure out some what to check if build was rebuilt or not, because, if build was rebuilt, you'd have to do a...
@emiliobondioli that's interesting. Can you elaborate a bit on how you do the "generate:single"?
thanks @emiliobondioli
Just wanted to update and say that I have made an awesome build process using @emiliobondioli's suggestion in Jenkins. Site can now be deployed incrementally or "fully", as well as...
A little update/question. Perhaps you know the answer @emiliobondioli. Is it possible to set the "exclude" property inside the generate.routes function? E.g. if I am running an incremental build, then...
Thanks @emiliobondioli and where would I go an run the extendRoutes? Missing the whole picture here 😊