FEATURE: Make Discourse work offline with WorkboxJS (#7870)

This commit is contained in:
Rafael dos Santos Silva
2019-07-15 13:05:55 -03:00
committed by GitHub
parent 839916aa49
commit 1221d34284
24 changed files with 4617 additions and 114 deletions

View File

@ -90,6 +90,26 @@ task 'javascript:update' do
}, {
# TODO: drop when we eventually drop IE11, this will land in iOS in version 13
source: 'intersection-observer/intersection-observer.js'
}, {
source: 'workbox-sw/build/.',
destination: 'workbox',
public: true
}, {
source: 'workbox-routing/build/.',
destination: 'workbox',
public: true
}, {
source: 'workbox-core/build/.',
destination: 'workbox',
public: true
}, {
source: 'workbox-strategies/build/.',
destination: 'workbox',
public: true
}, {
source: 'workbox-expiration/build/.',
destination: 'workbox',
public: true
}
]