Skip to content

Commit 65d0665

Browse files
committed
minor #593 Commit missing built asset files (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Commit missing built asset files This is the same as #589 but hopefully this one will be mergeable. Commits ------- ae9001c Commit missing built asset files
2 parents fe5a987 + ae9001c commit 65d0665

16 files changed

+184
-51
lines changed

web/build/css/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/build/css/app.css

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/build/fonts/lato-bold-italic.woff

316 KB
Binary file not shown.
189 KB
Binary file not shown.

web/build/fonts/lato-bold.woff

302 KB
Binary file not shown.

web/build/fonts/lato-bold.woff2

181 KB
Binary file not shown.
321 KB
Binary file not shown.
191 KB
Binary file not shown.

web/build/fonts/lato-normal.woff

302 KB
Binary file not shown.

web/build/fonts/lato-normal.woff2

178 KB
Binary file not shown.

web/build/js/admin.js

Lines changed: 121 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/build/js/app.js

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/build/js/common.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/build/js/login.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
webpackJsonp([5],{136:/*!******************************************!*\
2+
!*** ./app/Resources/assets/js/login.js ***!
3+
\******************************************/
4+
function(a,n,l){(function(a){a(function(){var n=a("#username"),l=a("#password");n.val()||l.val()||(n.val("jane_admin"),l.val("kitten"))})}).call(n,l(/*! jquery */1))}},[136]);

web/build/manifest.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/build/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"build/fonts/lato-normal.woff2": "/build/fonts/lato-normal.woff2",
2020
"build/images/fontawesome-webfont.svg": "/build/images/fontawesome-webfont.svg",
2121
"build/images/glyphicons-halflings-regular.svg": "/build/images/glyphicons-halflings-regular.svg",
22-
"build/js/admin.css": "/build/js/admin.css",
2322
"build/js/admin.js": "/build/js/admin.js",
2423
"build/js/app.js": "/build/js/app.js",
2524
"build/js/common.js": "/build/js/common.js",

0 commit comments

Comments
 (0)