Javascript Buildmanagement - "Must have" tools?

Posted by lajuette on Stack Overflow See other posts from Stack Overflow or by lajuette
Published on 2010-03-19T19:07:08Z Indexed on 2010/03/19 19:21 UTC
Read the original article Hit count: 367

Are there any must have tools for Java Script (RIA) development like maven, jUnit, Emma, link4j etc. for Javascript? What is the best way to set up a continous integration system for a bigger application or framework? How do projects like jQuery test their code? How to manage dependencies and different project configurations?

tools i know so far:

  • javascript-maven-tools (is maven the right choice?)
  • jslint
  • yuicompressor
  • sprockets (found it 5 mins ago)
  • jsunit
  • selenium

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about continous-integration