Skip to content

Instantly share code, notes, and snippets.

@nelstrom
Created June 10, 2015 10:19
Show Gist options
  • Save nelstrom/631d54402d7a24557c55 to your computer and use it in GitHub Desktop.
Save nelstrom/631d54402d7a24557c55 to your computer and use it in GitHub Desktop.

Create a tool for automating the steps required to build a javascript project.

A sample project is supplied with coffeescript files. These need to be compiled to javascript, then minified and concatenated. The build tool should be able accept generalised instructions for carrying out each of these steps.

Where possible the build tool should be lazy, only running steps if they produce fresh output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment