Is there anyway to use the same url for a static resources existent in both PROD and DEV

I have static resources in DEV and after uploading my skuid pages to PROD I do not want to have to manually update the respective links in PROD. Is there anyway to do this?

Jose~ If your link looks like this /resource/1234567891234/yourResource just take out the id, so it looks like this: /resource/yourResource. That will be dynamic between your orgs. Hope that helps