mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-05 00:28:09 +00:00
Added compiled assets
Added compiled assets so there can be no need to run NPM
This commit is contained in:
parent
e77c402aba
commit
89525fd1c1
7 changed files with 91 additions and 41387 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -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
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
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
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
39897
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
48
public/js/app.js.LICENSE.txt
Normal file
48
public/js/app.js.LICENSE.txt
Normal 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
|
||||
*/
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue