Be able to have the jsp tag act differently in a development environment rather than a production environment. Uploading all the assets to s3 makes sense for production, but if I am in the middle of development, and am making a lot of css and js changes, I don't want to have to upload the files for every change.
This can be handled within the jsp tag. Rather than always translating the original file to an uploaded url, if in development mode, local urls should used for the resources.
Be able to have the jsp tag act differently in a development environment rather than a production environment. Uploading all the assets to s3 makes sense for production, but if I am in the middle of development, and am making a lot of css and js changes, I don't want to have to upload the files for every change.
This can be handled within the jsp tag. Rather than always translating the original file to an uploaded url, if in development mode, local urls should used for the resources.