Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mu-plugins/10up-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"admin": "./assets/js/admin/admin.js"
},
"paths": {
"globalStylesDir": "../../themes/10up-theme/assets/css/globals/",
"globalMixinsDir": "../../themes/10up-theme/assets/css/globals/mixins/"
"globalStylesDir": "../../themes/fueled-movies-complete/assets/css/globals/",
"globalMixinsDir": "../../themes/fueled-movies-complete/assets/css/globals/mixins/"
}
}
}
2 changes: 2 additions & 0 deletions mu-plugins/10up-plugin/src/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace TenUpPlugin;

use TenupFramework\Assets\GetAssetInfo;
use TenupFramework\Module;
use TenupFramework\ModuleInterface;

/**
Expand All @@ -17,6 +18,7 @@
*/
class Assets implements ModuleInterface {

use Module;
use GetAssetInfo;

/**
Expand Down
3 changes: 3 additions & 0 deletions mu-plugins/10up-plugin/src/PostMeta/AbstractPostMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@

namespace TenUpPlugin\PostMeta;

use TenupFramework\Module;
use TenupFramework\ModuleInterface;

/**
* Abstract post meta class.
*/
class AbstractPostMeta implements ModuleInterface {

use Module;

/**
* The meta_key name.
*
Expand Down
19 changes: 14 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepare": "TEN=\"$(pwd)\"; UP=\"$(git rev-parse --show-toplevel)\"; TENUP=\"${TEN#\"$UP\"}\"; cd \"$(git rev-parse --show-toplevel)\"; husky .\"${TENUP}\"/.husky",
"build": "npm run build --workspaces --if-present",
"start": "npm run watch",
"watch:theme": "npm run watch -w=tenup-block-theme",
"watch:theme": "npm run watch -w=fueled-movies-complete",
"watch:plugin": "npm run watch -w=tenup-plugin",
"watch": "run-p watch:theme watch:plugin",
"lint-js": "npm run lint-js --workspaces --if-present",
Expand Down
1 change: 0 additions & 1 deletion themes/10up-block-theme/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion themes/10up-block-theme/.nvmrc

This file was deleted.

20 changes: 0 additions & 20 deletions themes/10up-block-theme/assets/css/base/layout.css

This file was deleted.

72 changes: 0 additions & 72 deletions themes/10up-block-theme/assets/css/editor-style-overrides.css

This file was deleted.

Binary file removed themes/10up-block-theme/assets/images/wall-e.jpg
Binary file not shown.
31 changes: 0 additions & 31 deletions themes/10up-block-theme/composer.json

This file was deleted.

Loading