Added compiled assets

Added compiled assets so there can be no need to run NPM
This commit is contained in:
cp6 2022-12-02 13:59:47 +11:00
parent e77c402aba
commit 89525fd1c1
7 changed files with 91 additions and 41387 deletions

8
.gitignore vendored
View file

@ -57,7 +57,7 @@ fabric.properties
# .idea/misc.xml
# *.ipr
storage/clockwork/
public/css/
public/js/
public/fonts/
public/webfonts/
#public/css/
#public/js/
#public/fonts/
#public/webfonts/

1500
public/css/app.css vendored

File diff suppressed because one or more lines are too long

13
public/css/dark.css vendored Normal file

File diff suppressed because one or more lines are too long

8
public/css/light.css vendored Normal file

File diff suppressed because one or more lines are too long

39897
public/js/app.js vendored

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,48 @@
/*!
* Bootstrap v5.2.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2021-02-16
*/
/*!
* Vue.js v2.7.14
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/
/*!
* jQuery JavaScript Library v3.6.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2022-08-26T17:52Z
*/
/*! DataTables 1.10.18
* ©2008-2018 SpryMedia Ltd - datatables.net/license
*/
/*! DataTables 1.13.1
* ©2008-2022 SpryMedia Ltd - datatables.net/license
*/
/*! DataTables Bootstrap 5 integration
* 2020 SpryMedia Ltd - datatables.net/license
*/

View file

@ -1,4 +1,6 @@
{
"/js/app.js": "/js/app.js",
"/css/app.css": "/css/app.css"
"/css/app.css": "/css/app.css",
"/css/dark.css": "/css/dark.css",
"/css/light.css": "/css/light.css"
}