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
I'm working on a project that involves overwriting the contents of view dynamically with a Grunt task. In order to start a dev server I need to start a Solidus server in a temporary sub-directory. However, the current path is set to the root because that is where my Grunt tasks are run. I'd rather not have to copy all of those files as well. I have one workaround presently that involves using a plugin to start a server via the CLI, but this seems to block any further tasks registered, interfering with file watchers, etc.
It'd be great if I could simply configure an alternate root for the server.
The text was updated successfully, but these errors were encountered:
I'm working on a project that involves overwriting the contents of view dynamically with a Grunt task. In order to start a dev server I need to start a Solidus server in a temporary sub-directory. However, the current path is set to the root because that is where my Grunt tasks are run. I'd rather not have to copy all of those files as well. I have one workaround presently that involves using a plugin to start a server via the CLI, but this seems to block any further tasks registered, interfering with file watchers, etc.
It'd be great if I could simply configure an alternate root for the server.
The text was updated successfully, but these errors were encountered: