kevins8
11/10/2020, 1:54 AMkevins8
11/10/2020, 1:54 AMreact-sortable
in dendron-next-server
. there shouldn't be any references to it at this pointtsnieman
11/10/2020, 1:56 AMtsnieman
11/10/2020, 1:57 AM% grep -lir "react-sortable" packages/dendron-next-server
packages/dendron-next-server/node_modules/antd/package.json
packages/dendron-next-server/.next/cache/next-babel-loader/55056191f2258c27cf3c8095cf9e7d22.json
packages/dendron-next-server/.next/cache/next-babel-loader/4cbf256cd7b9d483a5e59f65d58392ad.json
packages/dendron-next-server/pages/_app.tsx
Antd uses it.tsnieman
11/10/2020, 1:58 AMtsnieman
11/10/2020, 2:00 AMCan't resolve 'react-sortable-tree/style.css' in '/home/tyler/Projects/OSS-Dendron/packages/dendron-next-server/pages'
particularly the "/pages" bit, but perhaps that's just how next spits out dependencies.kevins8
11/10/2020, 2:00 AMtsnieman
11/10/2020, 2:01 AMit
? antd? the page? i removed the .next/cache
dir before i ran the bootstrap script before.tsnieman
11/10/2020, 2:02 AMtsnieman
11/10/2020, 2:02 AM_app.tsx
, i seetsnieman
11/10/2020, 2:05 AMkevins8
11/10/2020, 2:09 AMtsnieman
11/10/2020, 2:10 AM% git log
commit ee45b535514c67aae225882809986dc56a65771e (HEAD -> master, tag: v0.15.0, origin/master, origin/HEAD)
Author: kevinslin <kevin@thence.io>
Date: Sun Nov 8 16:44:45 2020 -0800
chore(release): publish
commit b15de5d857cb6c99549c1107143c2f43a21f5d0d
Author: kevinslin <kevin@thence.io>
Date: Sun Nov 8 16:42:21 2020 -0800
tiny(pods): reload index after import pod
tsnieman
11/10/2020, 2:11 AMtsnieman
11/10/2020, 2:11 AMkevins8
11/10/2020, 2:12 AMkevins8
11/10/2020, 2:12 AMtsnieman
11/10/2020, 2:12 AMkevins8
11/10/2020, 2:12 AMtsnieman
11/10/2020, 2:15 AMkevins8
11/10/2020, 2:18 AMkevins8
11/10/2020, 2:19 AMkevins8
11/10/2020, 2:19 AMtsnieman
11/10/2020, 2:19 AMkevins8
11/10/2020, 2:20 AMkevins8
11/10/2020, 2:21 AMnpx lerna run build --scope @dendronhq/common-all
npx lerna run build --scope @dendronhq/common-server
npx lerna run build --scope @dendronhq/engine-server
npx lerna run build --scope @dendronhq/dendron-cli
npx lerna run build --scope @dendronhq/pods-core
npx lerna run build --scope @dendronhq/seeds-core
npx lerna run build --scope @dendronhq/lsp-server
npx lerna run build --scope @dendronhq/plugin-core
npx lerna run build --scope @dendronhq/api-server
npx lerna run build --scope @dendronhq/dendron-next-server
npx lerna run build --scope @dendronhq/common-test-utils
kevins8
11/10/2020, 2:22 AMdendron/bootstrap/scripts/build.sh
tsnieman
11/10/2020, 2:27 AMtsnieman
11/10/2020, 2:30 AMtsnieman
11/10/2020, 2:31 AMdendron/bootstrap/scripts/build.sh
was the only thing really in my way after getting up-to-date with your HEAD.