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

Fix error from npm start script #5

Open
rfearing opened this issue Sep 11, 2020 · 0 comments
Open

Fix error from npm start script #5

rfearing opened this issue Sep 11, 2020 · 0 comments

Comments

@rfearing
Copy link
Contributor

The project structure was broken up in such a way that sass, js, and php are in separate sub-directories under the src directory. To create a proper wp-content/themes/sparkpress theme folder within docker.

So that we didn't have to run a sass watcher/node watcher separate from a docker-compose up command (and so that they didn't happen in the wrong order) we created an npm start script that does both. However, if the terminal gets closed or if you stop the script you get errors about stopping docker. That should be fixed or a new solution should be created.

@rfearing rfearing added the Hacktoberfest Open to help from those seeking a #Hacktoberfest PR label Sep 11, 2020
@bryanbraun bryanbraun removed the Hacktoberfest Open to help from those seeking a #Hacktoberfest PR label Nov 16, 2020
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

2 participants