-
Notifications
You must be signed in to change notification settings - Fork 6.7k
CI build fails #37
Comments
There are 2 PRs (dialog provider and accordion with animations) that I would like to merge before publishing a web site and cutting the o.1 release. But to merge them I need to make sure that the build is OK on all browsers and for this I need the CI working. So, if no one objects I'm going to look into it tight now and move the build back to green. |
The problem is that the ci server does not run npm install and I could find ... sent from my tablet
|
Yes, I know... The ultimate solution is to reconfigure the CI (either add required modules globally or add the install step as you've suggested) but I want to unblock the situation for now. There are number of cool PRs waiting and the demo site is long overdue. What I'm planning to do for now is to check-in node modules and remove them as soon as we sort out the CI issues. The other idea would be to remove markdown generation but I would really like to publish the demo site... |
This is a nasty work around but it'll do for now. ... sent from my tablet
|
Just wanted to tell you all what a great job you are doing. Chris On Dec 28, 2012, at 12:37 PM, Pawel Kozlowski [email protected] wrote:
|
OK, so I've checked in the markdown npm module, did some other minor fixes and now CI is back. Moreover the demo site is being generated on each build and we can see it in action on the CI server: http://ci.angularjs.org/job/angularui-bootstrap/ws/dist/index.html Going to open a PR with those small fixes and if no-one objects I'm going to merge it so I can start reviewing and merging PRs. @ajoslin Andy, you did awesome job putting together this demo site skeleton, it gives us structure to work with! We need to add docs for the remaining directives, add more info etc. but this is a good start! |
Temporary fix done in e284cde. Going to open another issue for a proper fix. |
Correct main in bower.json, fixes angular-ui#37
The CI build we've got at Google fails now due to a missing npm module:
We should either modify the build or change the module used.
The text was updated successfully, but these errors were encountered: