例如,在亚马逊S3,有一个约定,如果您同时将'bundle.js‘和'bundle.js.gz’上传到服务器,并且客户端请求带有'Accept-Encoding: gzip‘头的'bundle.js’文件,则亚马逊S3将提供此文件的压缩版本('bundle.js.gz‘而不是'bundle.js')。
Windows Azure存储是否支持此功能?如果没有,解决方法是什么?
例如,在我的项目中,我有这样的结构:
/public/js/src/ /* many jquery plugins there */
/public/css/src/ /* many css files there, that describe different things */
在进行了更改之后,我想在命令行中键入以下内容:
root@hostname:/var/www/test/public# ./build
这将生成两个文件:
/public/css/build.css - all files from /public/css/src/ folder with minified so