Re: Merged a lot

On Mon, Jan 14, 2013 at 11:17 AM, Clint Hill <clint.hill@gmail.com> wrote:

> That's correct.
>
> Grunt 0.3.x had the config file as grunt.js. Grunt 0.4.x is going to use
> Gruntfile.js. As well there are significant changes to the internals
> (qunit, uglify, jshint) that are breaking at the moment. In order to use
> Grunt on the 0.4.x path you will need to be sure to update your local Grunt:
>
> npm uninstall -g grunt
> npm install -g grunt-cli
>
> Once you have this setup, our project will hold all the necessary modules.
> Having said that: I strongly urge us to continue on this path as Grunt is
> becoming quite feature rich and IMO the changes that are in play are "good"
> and we should stick it out.
>
>
>
+1

-- 
Brian Kardell :: @briankardell :: hitchjs.com

Received on Monday, 14 January 2013 16:21:47 UTC