Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed missing service worker copy ionic-team/ionic-framework#8256
  • Loading branch information
Pascal Brokmeier committed Sep 29, 2016
commit 54c6f8603246e3cab3d813d9fb68a731c9dd85de
4 changes: 4 additions & 0 deletions config/copy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ module.exports = {
src: 'src/index.html',
dest: 'www/index.html'
},
{
src: 'src/service-worker.js',
dest: 'www/service-worker.js'
},
{
src: 'node_modules/ionic-angular/polyfills/polyfills.js',
dest: 'www/build/polyfills.js'
Expand Down