Skip to content

Commit

Permalink
Recompile assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Oct 20, 2022
1 parent 73f8103 commit 7b3b2c4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/js/app.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*!
* vue2-storage v6.1.3
* (c) 2021 Yarkov Aleksey
Expand All @@ -33,6 +40,8 @@ See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**!
Expand Down
2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Vue.js v2.7.7
* Vue.js v2.7.13
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
Expand Down
6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/app.js": "/js/app.js?id=dc9c7eb65d0697cf471c40619dbbb9d0",
"/js/app.js": "/js/app.js?id=b8d6128c5379f04335a3211a07c63fbb",
"/js/manifest.js": "/js/manifest.js?id=af5ab3286fe62cebba2085465b83b8b5",
"/css/app.css": "/css/app.css?id=510b06e993f4a85a6af21797ab056f48",
"/js/vendor.js": "/js/vendor.js?id=8747806df6a882dff2dd2d31d8bc2914"
"/css/app.css": "/css/app.css?id=7a62b621b3fdb6e0e88a7230fdfbd075",
"/js/vendor.js": "/js/vendor.js?id=5b9def2003ec2c6749359957e3a52c0e"
}

0 comments on commit 7b3b2c4

Please sign in to comment.