Ghost/ghost
Daniel Lockyer ad209f3a7d
Improved yarn dev development tooling
- this commit switches our `yarn dev` workflow from heavily relying on
  Grunt, to using `nodemon` and `concurrently`
- we're doing this to reduce reliance on Grunt, but also to fix several
  nits with the way `yarn dev` works in the monorepo
- we now use `nodemon` to run the Ghost backend, and it should
  auto-refresh whenever you change a file in any of the packages (except
  `admin`)
- we use `concurrently` to simultaneously run `ghost` and `admin` at
  the same time. it seems to handle process cleanup well and has nice
  colored prefixes to help with differentiating between log output
- this commit ends up removing a handful of Grunt dependencies and
  reduces the functionality stored in the Gruntfile
- on the whole, it should keep existing functionality but there may be
  some small underlying changes to get used to
2022-08-05 15:54:37 +02:00
..
adapter-manager Deleted types/ folders 2022-08-04 19:42:22 +02:00
admin Improved yarn dev development tooling 2022-08-05 15:54:37 +02:00
api-version-compatibility-service
bootstrap-socket
constants
core Improved yarn dev development tooling 2022-08-05 15:54:37 +02:00
custom-theme-settings-service Added guard for activateTheme being called in parallel causing sync bugs (#15053) 2022-08-04 11:29:58 +01:00
domain-events
email-analytics-provider-mailgun
email-analytics-service Fixed the typo 2022-08-04 15:38:32 +01:00
email-content-generator
express-dynamic-redirects
extract-api-key
html-to-plaintext Fixed the typo 2022-08-04 15:38:32 +01:00
job-manager
magic-link Deleted @types/node dependency 2022-08-05 08:58:49 +02:00
member-analytics-service
member-events
members-analytics-ingress
members-api Handled storing of trial start/end info for subscription (#15161) 2022-08-05 17:50:40 +05:30
members-csv
members-events-service
members-importer
members-ssr Deleted @types/node dependency 2022-08-05 08:58:49 +02:00
minifier Implemented admin auth origin check (#15135) 2022-08-03 15:59:08 +02:00
mw-api-version-mismatch
mw-error-handler
mw-session-from-token Deleted types/ folders 2022-08-04 19:42:22 +02:00
mw-update-user-last-seen
mw-vhost
offers Updated @tryghost/* packages 2022-08-05 13:30:50 +02:00
package-json
payments
security Updated @tryghost/* packages 2022-08-05 13:30:50 +02:00
session-service Deleted types/ folders 2022-08-04 19:42:22 +02:00
settings-path-manager
stripe Wired trial days to stripe checkout session 2022-08-05 17:23:40 +05:30
update-check-service
verification-trigger
version-notifications-data-service