Skip to content

Commit 571350a

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/dev'
2 parents 0d83895 + 8727869 commit 571350a

34 files changed

+308
-221
lines changed

client/config.js

+3-33
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,10 @@ System.config({
201201
}
202202
},
203203
bundles: {
204-
"app-build-d5c126cdef.js": [
205-
"SnapshotsDB.js",
206-
"add-snapshot-form.html!github:systemjs/[email protected]",
207-
"add-snapshot-form.js",
204+
"app-build-cd89144a80.js": [
208205
"app.html!github:systemjs/[email protected]",
209206
"app.js",
210-
"date-format.js",
211-
"index.html!github:systemjs/[email protected]",
212-
"index.js",
213-
"main.js",
214-
"snapshot.html!github:systemjs/[email protected]",
215-
"snapshot.js",
216-
"snapshots-list.html!github:systemjs/[email protected]",
217-
"snapshots-list.js"
207+
"main.js"
218208
],
219209
"aurelia-b23cdcaf13.js": [
220210
"github:jspm/[email protected]",
@@ -305,25 +295,5 @@ System.config({
305295
"npm:[email protected]/browser.js"
306296
]
307297
},
308-
depCache: {
309-
"add-snapshot-form.js": [
310-
311-
"SnapshotsDB.js"
312-
],
313-
"date-format.js": [
314-
315-
],
316-
"snapshot.js": [
317-
318-
"SnapshotsDB.js"
319-
],
320-
"snapshots-list.js": [
321-
322-
"SnapshotsDB.js"
323-
],
324-
"SnapshotsDB.js": [
325-
326-
327-
]
328-
}
298+
depCache: {}
329299
});

client/dist/SnapshotsDB.js

-95
This file was deleted.

client/dist/app-build-cd89144a80.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/dist/app-build-d5c126cdef.js

-1
This file was deleted.

0 commit comments

Comments
 (0)