You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The project structure was broken up in such a way that
sass
,js
, andphp
are in separate sub-directories under thesrc
directory. To create a properwp-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 annpm 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.The text was updated successfully, but these errors were encountered: