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

dev script not working in Windows 10 #62

Closed
omnibusinc opened this issue Jan 10, 2017 · 3 comments
Closed

dev script not working in Windows 10 #62

omnibusinc opened this issue Jan 10, 2017 · 3 comments

Comments

@omnibusinc
Copy link

trying to run the 'dev' task in windows was failing for me.
I needed to update the task to the following:
"dev": "concurrently --kill-others "nodemon --watch src" "node webpack/webpack-dev-server"",

@diegohaz
Copy link
Owner

diegohaz commented Jan 10, 2017

It doesn't seem to me as valid json. Did you mean this?

"dev": "concurrently --kill-others \"nodemon --watch src\" \"node webpack/webpack-dev-server\"",

If this is the case, you'll probably have to change build:clean too.

"build:clean": "del \"dist/!(.git*|Procfile)**\""

I'm not able to test this on Windows right now. Can you confirm if it works?

@omnibusinc
Copy link
Author

Sorry, yes. Github stripped out the backslashes in my comment.

@diegohaz
Copy link
Owner

Fixed in bf3ab80

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