Skip to content

Commit

Permalink
feat(service-worker): Update to new version of service worker (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaogarin authored Nov 18, 2017
1 parent 3d3686a commit e2ccbf2
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 148 deletions.
1 change: 0 additions & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"tsconfig": "tsconfig.app.json",
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"serviceWorker": true,
"styles": [
"styles/layout/styles.scss",
"styles/layout/material_theme.scss"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ script:
- ng e2e

before_deploy:
- ng build --prod --build-optimizer
- npm run build-prod-ngsw
- gfp

deploy:
Expand Down
66 changes: 0 additions & 66 deletions ngsw-manifest.json

This file was deleted.

Loading

0 comments on commit e2ccbf2

Please sign in to comment.