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

Help Wanted: Restarting Workspace #53

Closed
ghost opened this issue Jul 14, 2018 · 2 comments
Closed

Help Wanted: Restarting Workspace #53

ghost opened this issue Jul 14, 2018 · 2 comments
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Jul 14, 2018

If I quit the wprig project, shut down MAMP and restart mac are there any requirements (EG Terminal Commands) when I next continue with development?

@solarianian
Copy link

solarianian commented Jul 14, 2018

from readme.md:

npm run build is the regular development process. While this process is running, files in the ./dev/ folder will be automatically compiled to the live theme and BrowserSync will update if it is enabled.

so, the command is npm run build

@mor10 mor10 added the question Further information is requested label Jul 14, 2018
@mor10
Copy link
Contributor

mor10 commented Jul 14, 2018

Any time you start development, enter the nmp run build command in terminal. This starts the build process which compiles the files and brings BrowserSync online. When you're done you can terminate the process by hitting Ctrl+c.

@mor10 mor10 closed this as completed Jul 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants