我正在尝试sw-precache
预缓存外部 CDN 资源,但生成的 service-worker.js 不包含precacheConfig
数组中的 CDN url。
这就是我的gulpfile
:
staticFileGlobs: [
'http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css',
'client/assets/**/*.{js,html,css,png,jpg,gif,svg,eot,ttf,woff,ico}'
]
我的本地client/assets
文件夹中的文件被添加到precacheConfig
数组中,但外部字体真棒 css 不是。有没有办法做到这一点?