Skip to content

Commit

Permalink
Force-add yarn assets to improve initial experience
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed Apr 9, 2019
1 parent ba3b23f commit cd71ca1
Show file tree
Hide file tree
Showing 12 changed files with 44,947 additions and 0 deletions.
10,711 changes: 10,711 additions & 0 deletions source/build/app.css

Large diffs are not rendered by default.

34,212 changes: 34,212 additions & 0 deletions source/build/app.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions source/build/entrypoints.json
@@ -0,0 +1,12 @@
{
"entrypoints": {
"app": {
"css": [
"/build/app.css"
],
"js": [
"/build/app.js"
]
}
}
}
Binary file added source/build/jackson/1024x1024.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/120x120.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/128x128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/152x152.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/196x196.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/2048x2048.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/build/jackson/76x76.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions source/build/manifest.json
@@ -0,0 +1,12 @@
{
"build/app.css": "/build/app.css",
"build/app.js": "/build/app.js",
"build/jackson/1024x1024.png": "/build/jackson/1024x1024.png",
"build/jackson/120x120.png": "/build/jackson/120x120.png",
"build/jackson/128x128.png": "/build/jackson/128x128.png",
"build/jackson/152x152.png": "/build/jackson/152x152.png",
"build/jackson/196x196.png": "/build/jackson/196x196.png",
"build/jackson/2048x2048.png": "/build/jackson/2048x2048.png",
"build/jackson/512x512.png": "/build/jackson/512x512.png",
"build/jackson/76x76.png": "/build/jackson/76x76.png"
}

0 comments on commit cd71ca1

Please sign in to comment.