-
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
grunt will fail using the latest commit of polymer-all #261
Comments
Instead, we recommend you use the pull-all.sh script to access the live git repositories (or use one of the other methods of distribution, i.e. zip file or bower). The |
You can update the instructions on http://www.polymer-project.org/getting-the-code.html then. |
I can't see a "TemplateInstances" repository or is there something I missed? |
TemplateInstances was renamed to TemplateBinding. The "getting the code" steps say to use |
ok.
Now grunt works. |
Hmm, I wonder how those got so out of sync. This is a good data point for why polymer-all needs to go away. |
BTW, the build files are still being generated. This error happens after they are written. Only the build.log file will be missing. |
gruntfile.js is in polymer repository. |
Your problem Don't use |
Here's the output I got when using pull-all.sh: I got lots of: |
Did you do it from a fresh folder, as per my last instruction? |
I did the following:
|
That's supposed to work. azakus is looking into it. |
Thanks! |
Sorry for all of the trouble today. |
@dinhviethoa that's some crazy errors. What version of bash do you have? |
I'm running it on a Mac:
|
Ah, found the issue: Polymer/tools@f8fda2e. A clean clone should work now. |
It worked! |
I used:
Then, ran
grunt
.There was an issue with "TemplateInstances".
I couldn't find that folder or repository.
Before I updated, using grunt used to work.
The text was updated successfully, but these errors were encountered: