ad209f3a7d
- 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 |
||
---|---|---|
.. | ||
adapter-manager | ||
admin | ||
api-version-compatibility-service | ||
bootstrap-socket | ||
constants | ||
core | ||
custom-theme-settings-service | ||
domain-events | ||
email-analytics-provider-mailgun | ||
email-analytics-service | ||
email-content-generator | ||
express-dynamic-redirects | ||
extract-api-key | ||
html-to-plaintext | ||
job-manager | ||
magic-link | ||
member-analytics-service | ||
member-events | ||
members-analytics-ingress | ||
members-api | ||
members-csv | ||
members-events-service | ||
members-importer | ||
members-ssr | ||
minifier | ||
mw-api-version-mismatch | ||
mw-error-handler | ||
mw-session-from-token | ||
mw-update-user-last-seen | ||
mw-vhost | ||
offers | ||
package-json | ||
payments | ||
security | ||
session-service | ||
settings-path-manager | ||
stripe | ||
update-check-service | ||
verification-trigger | ||
version-notifications-data-service |