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

add --server/client options to grunt dev #8241

Merged
merged 1 commit into from
Mar 30, 2017

Conversation

kevinansfield
Copy link
Member

refs #8235

  • adds grunt dev --server which will start the express server and restart on server changes but will not rebuild or watch any client files (if client files are missing or out of date you can run grunt build first)
  • adds grunt dev --client which will only start the client server and rebuilding/livereload - useful if you are experiencing issues with one or the other crashing because you can run server/client in separate tabs

@kevinansfield kevinansfield force-pushed the grunt-dev-split branch 2 times, most recently from 9de245c to c0fcef9 Compare March 30, 2017 10:52
@ErisDS
Copy link
Member

ErisDS commented Mar 30, 2017

@kevinansfield fancy rebasing this one? I think it's GTG otherwise 👍

refs TryGhost#8235
- adds `grunt dev --server` which will start the express server and restart on server changes but will not rebuild or watch any client files (if client files are missing or out of date you can run `grunt build` first)
- adds `grunt dev --client` which will only start the client server and rebuilding/livereload - useful if you are experiencing issues with one or the other crashing because you can run server/client in separate tabs
@kevinansfield
Copy link
Member Author

Rebased 😄

@ErisDS ErisDS merged commit 5710e2f into TryGhost:master Mar 30, 2017
@ErisDS ErisDS deleted the grunt-dev-split branch March 30, 2017 13:51
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