ant

JavaScript's Modern Tools – Grunt – Ant for the Browser?

In our prior JavaScript build tools posts, we already discussed bower and npm, two tools that help you download and install dependencies. But what about tools to build your application, run tests, distribute minified versions and run quality checks? Enter Grunt.

ETE 2012 – Trevor Lalish-Menagh – JavaScript Testing: Completing the BDD Circle in Web Development

From the abstract: Martin Flower states that the definition of legacy code is code without tests. You test your server-side code, but if you are working on a site with a fair amount of non-trivial JavaScript (ajax call, extensive callbacks, etc.) you really should be testing your JavaScript as well. All the untested JavaScript code … Read More

TechCast #54 – Gradle creators Hans Dockter and Adam Murdoch – Part 2

Gradle is an application assembly and build management platform that provides for convention-based build processes like Maven, but also implements a dynamic, groovy-based scripting and plugin system to make it very easy to customize your builds and perform specific steps at any point along the way. My guests today are Hans Docter, who is the … Read More

TechCast #53 – Gradle creators Hans Dockter and Adam Murdoch – Part 1

Gradle is an application assembly and build management platform that provides for convention-based build processes like Maven, but also implements a dynamic, groovy-based scripting and plugin system to make it very easy to customize your builds and perform specific steps at any point along the way. My guests today are Hans Docter, who is the … Read More