@Ph,

Ben Alman, from Bocoup, is developing `grunt` which does _everything_
you've listed below.

http://github.com/cowboy/grunt

use:

npm install grunt -g

mkdir project

cd project

grunt init

This will walk you through a command line "wizard" that will help you set
up a project with a few reasonable defaults, additionally, there are
several "types" of projects that have scaffolding that you can initialize.

grunt init:commonjs

grunt init:node

etc...

Rick

On Tue, Jan 31, 2012 at 11:31 AM, Phoscur <[email protected]> wrote:

> So, this means, there are no other build tools out there?
>
> Am 30.01.2012 17:48, schrieb Phoscur:
> > Hi,
> > I've seen some build tools out there, probably there are a lot more from
> > people who wrote their own.
> > What I want to be done on build:
> > -code check with jslint/jshint
> > -minification
> > -browser-side require() replacement
> > -automatic dependency resolving and including files
> > -running tests/specs
> > and the ability to run on filechanges.
> > My platform is windows.
> >
> > Codesurgeon looks really nice, but doesn't have the ability to
> > browserify and needs a list of files, browserify doesn't perform jslint
> > checks and just didn't work when I tried it last time.
> >
> > What build tools are you using? Should I give browserify another try?
> >
> > regards,
> > Ph
> >
>
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to