Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@misk Dev Mode #449

Merged
merged 1 commit into from
Sep 10, 2018
Merged

@misk Dev Mode #449

merged 1 commit into from
Sep 10, 2018

Conversation

adrw
Copy link
Collaborator

@adrw adrw commented Sep 10, 2018

  • Scripts and package.json updates to enable easier development of @misk packages
  • Change @misk/ package compiled code from serving out of loader tab only, to now also being served from a simple server on port 9100 rooted at misk/misk/web/@misk/
  • Access Url for compiled code _admin/@misk/* remains the same
  • Updated misk/web documentation

New Scripts

  • web/build.sh: runs yarn build on every @misk/ package and tab
  • web/develop@misk.sh: builds all @misk/ packages and starts server
  • web/developTabs.sh: script to be built that will enable more developer friendly way of running Webpack-Dev-Servers for all tabs or begin development on a single one
  • web/@misk/_adminUpdateCache.sh: flattens and copies compiled code from all @misk/*/lib directories into cache directory web/@misk/_admin/@misk/*

* Scripts and package.json updates to enable easier development of @misk packages
* Change @misk/ package compiled code from serving out of loader tab only, to now also being served from a simple server on port 9100 rooted at misk/misk/web/@misk/
* Access Url for compiled code `_admin/@misk/*` remains the same
* Updated misk/web documentation

New Scripts
---
* `web/build.sh`: runs `yarn build` on every `@misk/` package and tab
* `web/develop@misk.sh`: builds all `@misk/` packages and starts server
* `web/developTabs.sh`: script to be built that will enable more developer friendly way of running Webpack-Dev-Servers for all tabs or begin development on a single one
* `web/@misk/_adminUpdateCache.sh`: flattens and copies compiled code from all `@misk/*/lib` directories into cache directory `web/@misk/_admin/@misk/*`

Updated misk/web documentation
@adrw adrw merged commit 51cc9bc into cashapp:master Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants