Moved Sodo-Search into apps/
refs https://github.com/TryGhost/Toolbox/issues/594 - this is the first of a set of commits to move our "apps" into the `apps/` folder, so we don't mix Ghost core and standalone apps
2
.github/dev.js
vendored
@ -115,7 +115,7 @@ if (DASH_DASH_ARGS.includes('search') || DASH_DASH_ARGS.includes('all')) {
|
|||||||
commands.push({
|
commands.push({
|
||||||
name: 'search',
|
name: 'search',
|
||||||
command: 'yarn dev',
|
command: 'yarn dev',
|
||||||
cwd: path.resolve(__dirname, '../ghost/sodo-search'),
|
cwd: path.resolve(__dirname, '../apps/sodo-search'),
|
||||||
prefixColor: '#23de43',
|
prefixColor: '#23de43',
|
||||||
env: {}
|
env: {}
|
||||||
});
|
});
|
||||||
|
7
.gitignore
vendored
@ -130,8 +130,8 @@ Caddyfile
|
|||||||
/ghost/portal/umd
|
/ghost/portal/umd
|
||||||
|
|
||||||
# Sodo-Search
|
# Sodo-Search
|
||||||
/ghost/sodo-search/public/main.css
|
/apps/sodo-search/public/main.css
|
||||||
/ghost/sodo-search/umd
|
/apps/sodo-search/umd
|
||||||
|
|
||||||
# Signup Form and local environments
|
# Signup Form and local environments
|
||||||
/ghost/signup-form/umd
|
/ghost/signup-form/umd
|
||||||
@ -144,10 +144,11 @@ Caddyfile
|
|||||||
/ghost/announcement-bar/umd
|
/ghost/announcement-bar/umd
|
||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
|
/apps/*/build
|
||||||
/ghost/*/build
|
/ghost/*/build
|
||||||
|
|
||||||
# Typescript build artifacts
|
# Typescript build artifacts
|
||||||
/ghost/*/tsconfig.tsbuildinfo
|
tsconfig.tsbuildinfo
|
||||||
|
|
||||||
# Admin X
|
# Admin X
|
||||||
/ghost/admin-x-settings/dist
|
/ghost/admin-x-settings/dist
|
||||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 658 B After Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 511 B After Width: | Height: | Size: 511 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |