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

Replaced parallelshell (deprecated) with npm-run-all, also removed unn… #32

Merged
merged 1 commit into from
Apr 26, 2016

Commits on Apr 14, 2016

  1. closes #31 - replaced parallelshell with npm-run-all as the former ha…

    …s been deprecated in favour of the latter
    
    See issue mysticatea/npm-run-all#10
    
    * Removed parallelshell and added npm-run-all
    * Added a new watch:app npm script which sets NODE_ENV to development and starts nodemon in current directory
    * Altered dev npm script to run npm-run-all with `--parallel` flag, this concurrently runs tasks `watch:app`, `watch:scss`, `watch:js` and `watch:translations`
    joefitter committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    adf6a2a View commit details
    Browse the repository at this point in the history