Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
feat(copy): update copy config to move web workers
Browse files Browse the repository at this point in the history
update copy config to move web workers
  • Loading branch information
danbucholtz committed Dec 9, 2016
1 parent 99922ce commit a909fc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/copy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ module.exports = {
copyPolyfills: {
src: ['{{ROOT}}/node_modules/ionic-angular/polyfills/polyfills.js'],
dest: '{{BUILD}}'
},
copyWorkers: {
src: ['{{ROOT}}/node_modules/ionic-angular/workers/*.js'],
dest: '{{BUILD}}'
}
}
}

0 comments on commit a909fc4

Please sign in to comment.