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

Commit

Permalink
chore(config): add swtoolbox to copy (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored and danbucholtz committed Jan 5, 2017
1 parent f8526fd commit 4ac3308
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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}}'
},
copySwToolbox: {
src: ['{{ROOT}}/node_modules/sw-toolbox/sw-toolbox.js'],
dest: '{{BUILD}}'
}
}

0 comments on commit 4ac3308

Please sign in to comment.