Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherscott committed Sep 11, 2012
1 parent b70d6e5 commit 8aff64a
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ _"★" recommended and currently used by the maintainer_
-[Docco](http://jashkenas.github.com/docco/): Quick and dirty, literate-programming documenation generator
- [Groc](http://nevir.github.com/groc/): is an attempt to further enhance the idea [of Docco]

### Build Tools, Assemblers, et al
### Total process build tools, Assemblers, et al

Should this be merged with 'JavaScript Build Tools' section below?

-[Yeoman](http://yeoman.io/): a robust and opinionated client-side stack, comprised of tools and frameworks that can help developers quickly build beautiful web applications.
-[Brunch](http://brunch.io/): A lightweight approach to building HTML5 applications with an emphasis on elegance and simplicity.
Expand All @@ -51,6 +53,8 @@ _"★" recommended and currently used by the maintainer_

## JavaScript

Should this be merged with 'Total process build Tools' section above?

- [Modernizr](http://modernizr.com/): detects HTML5 and CSS3 features in the user’s browser.
- [Underscore](http://underscorejs.org/): JavaScript utility belt
- [JSON3](http://bestiejs.github.com/json3/): JSON parser/stringifier
Expand All @@ -59,6 +63,11 @@ _"★" recommended and currently used by the maintainer_

- [PhantomJS](http://phantomjs.org/): Headless WebKit with JavaScript API

### Build tools

- [UglifyJS](https://github.com/mishoo/UglifyJS): js minifier, beautifier
- [r.js (RequireJS optimizer)](https://github.com/jrburke/r.js/)

### Modules and Script loaders

- [RequireJS](http://requirejs.org/) The awesomest AMD script loader
Expand Down Expand Up @@ -100,9 +109,10 @@ _"★" recommended and currently used by the maintainer_

### Testing

- [Jasmine](http://pivotal.github.com/jasmine/)
- [Mocha](http://visionmedia.github.com/mocha/)
- [QUnit](http://docs.jquery.com/QUnit)
- [Jasmine](http://pivotal.github.com/jasmine/)
- [Mocha](http://visionmedia.github.com/mocha/) new, trendy, lightweight
- [QUnit](http://docs.jquery.com/QUnit) j-unit inspired (i think)
- [Vows](http://vowsjs.org/) async BDD

- [JSTestDriver](http://code.google.com/p/js-test-driver/) remote, automated testing of javascript on different browsers
- [Jasmine JSTD](https://github.com/ibolmo/jasmine-jstd-adapter) adapter for using Jasmine
Expand Down

0 comments on commit 8aff64a

Please sign in to comment.