Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-kitten committed Jan 1, 2021
1 parent 8c256e4 commit 44c1d6d
Show file tree
Hide file tree
Showing 16 changed files with 9,298 additions and 19 deletions.
1 change: 1 addition & 0 deletions assets/dist/css/theme-styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/dist/js/theme-scripts.js

Large diffs are not rendered by default.

83 changes: 83 additions & 0 deletions assets/dist/js/theme-scripts.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
* Masonry v4.2.2
* Cascading grid layout library
* https://masonry.desandro.com
* MIT License
* by David DeSandro
*/

/*!
* Outlayer v2.1.1
* the brains and guts of a layout library
* MIT license
*/

/*!
* Sizzle CSS Selector Engine v2.3.5
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2020-03-14
*/

/*!
* getSize v2.0.3
* measure size of elements
* MIT license
*/

/*!
* imagesLoaded v4.1.4
* JavaScript is all like "You images are done yet or what?"
* MIT License
*/

/*!
* jQuery JavaScript Library v3.5.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2020-05-04T22:49Z
*/

/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
4 changes: 4 additions & 0 deletions assets/dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"/js/theme-scripts.js": "/js/theme-scripts.js",
"/css/theme-styles.css": "/css/theme-styles.css"
}
Loading

0 comments on commit 44c1d6d

Please sign in to comment.