-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Switch to Grunt 0.4.x #207
Comments
Locally is easy enough. Just add it to the package.json On 9 March 2013 12:21, Pawel Kozlowski notifications@github.com wrote:
|
It is part of the package.json but the main issue is that Jenkins-CI won't pick it up. We could probably talk to Igor but IMO it is beneficial to switch anyway. @petebacondarwin based on your work for angular-app, is it hard to migrate? I mean, any special / quirky bits to be aware of? |
OK, so it looks like I was wrong - simply migrating to Grunt 0.4 won't change anything. What is going on (or at least this is my understanding) is that now the So we need to ask Igor to change script that runs the build to include |
How is the core angular.js repos doing it now? They are using grunt-cli and On 9 March 2013 20:59, Pawel Kozlowski notifications@github.com wrote:
|
So what done in AngularJS is that build script calls We were discussing this with Igor already and he was a bit uneasy with the idea of installing anything so we might need to list all the npm modules in the build script. This is a bit unfortunate since it will duplicate entries from I've opened #211 with the first-shoot switch to Grunt 0.4.x. |
Switched in 98b5f8e |
Currently Jenkins CI build is failing (http://ci.angularjs.org/job/angularui-bootstrap/249/console) as the
grunt
command points to thegrunt-cli
now and it expects Grunt 0.4. We could try to install Grunt 0.3.x locally but we need to migrate anyway.The text was updated successfully, but these errors were encountered: