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

Implement Gulp workflow #2

Open
2 tasks
LeNPaul opened this issue Jun 22, 2019 · 2 comments
Open
2 tasks

Implement Gulp workflow #2

LeNPaul opened this issue Jun 22, 2019 · 2 comments
Assignees

Comments

@LeNPaul
Copy link
Owner

LeNPaul commented Jun 22, 2019

Notes

  • Still need both Browser Sync and Nodemon to run when I call gulp serve.
  • Currently, the problem is that the mongo.connect function is asynchronous, and it finishes after the Gulp processes finish, which results in the Browser Sync task to hang.
  • For some reason, the Browser Sync does refresh the browser when a make a change in the public directory.

To Do

  • Browser Sync
  • Nodemon
@LeNPaul
Copy link
Owner Author

LeNPaul commented Aug 10, 2019

It should be possible to use Gulp to manage starting up the MongoDB database, start the web application, and manage the browser sync.

@LeNPaul
Copy link
Owner Author

LeNPaul commented Aug 10, 2019

There should be a Gulp process for the following:

  1. Build the application for production

  2. Run the application for development

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

No branches or pull requests

1 participant