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

Commit

Permalink
improve webpack and add copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zombispormedio committed Dec 2, 2017
1 parent b88516f commit 66e7692
Show file tree
Hide file tree
Showing 7 changed files with 1,563 additions and 52 deletions.
357 changes: 329 additions & 28 deletions build/app.processed.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/app.processed.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cacheVersion = 'cache-5';
const cacheVersion = 'cache-8';
self.addEventListener('install', function (event) {
event.waitUntil(
caches.open(cacheVersion).then(function (cache) {
Expand All @@ -11,8 +11,8 @@ self.addEventListener('install', function (event) {
'https://unpkg.com/mdi@2.0.46/css/materialdesignicons.min.css',
'https://fonts.gstatic.com/s/vt323/v9/lo_L7yCDHYN9FAxvMCI1vQ.woff2',
'favicon.ico',
'vendor.bundle.js',
'app.processed.js'
//'vendor.bundle.js',
//'app.processed.js'
]);
})
);
Expand Down
1 change: 1 addition & 0 deletions entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ window.Rx = Rx
window.R = require('ramda')
window.Typography = Typography
window.ReactScrollbars = Scrollbars

Loading

0 comments on commit 66e7692

Please sign in to comment.