Robert Winterbottom
Robert Winterbottom
### Do you want to request a feature, improve documentation, or ask a question? Improve Documentation. We have merged many PR's that have added new features, changed configurations, etc. We...
Add a feature to wipe the destination directory that the files will be pushed into and/or a feature to do a proper sync between the working directory and the destination...
Current start command uses `&` for parallelism, e.g. (`npm run babel & gulp start & gulp serve`). This does not work reliably on windows and since the `&` runs things...