js-build-tools icon indicating copy to clipboard operation
js-build-tools copied to clipboard

This project contains a collection of Ant tasks useful for building JavaScript projects.

trafficstars

js-build-tools - A set of tools for building JS projects

What is js-build-tools

This project contains a collection of Ant tasks useful for building JavaScript projects.

What you need to build js-build-tools

How to build js-build-tools

In the root directory of js-build-tools where the build.xml file is you can run ant against different targets.

ant

Will create a build directory containing the js_build_tools.jar file.

ant release

Will produce release packages. The release packages will be placed in the tmp directory.