-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Can't build, no 'parser' task? #673
Comments
It builds fine on my Linux box, though. |
+1 on Windows 7, I get the same error. |
This has to do with child_process.spawn not working very well on Windows. As a workaround, modify tasks/parser.js like this:
Some background: |
I'm trying to get an environment in place that I can actually test this. Any advice on how to get grunt, etc working under Windows? I'd love to support windows devs here but not having worked with Node/git environments on Windows I'm not clear on how to even get this up and running. |
Alternatively if someone can submit a PR that resolves the issue and works across all platforms I'd be glad to get it into master. |
Closing this as Windows build support isn't something we can support right now but I'll gladly accept a PR from someone who has such an environment and is able to test it. |
…ctly on windows environments because of forward/backward slash issues
I'm obviously missing something, but having cloned the repo, when I
grunt build
I getLooking at the Gruntfile, the
parser
task is referenced by thebuild
task but doesn't appear to be defined.The text was updated successfully, but these errors were encountered: