neocotic / europa

Library for converting HTML into valid Markdown
MIT License
159 stars 24 forks source link

Add build process #6

Closed neocotic closed 11 years ago

neocotic commented 11 years ago

Create a Cakefile/Makefile to handle this. Tasks should include:

skopp commented 11 years ago

I need some of your rum me thinks

neocotic commented 11 years ago

@skopp You mean whiskey, of course ;)

I've opted for the use of Cakefile since I've rewritten the code in CoffeeScript, developers will need to use the compiler anyway, so why not use its neat building language.

"Running tests" is no longer a requirement of the build process and npm test should be used to run these (once complete - see #3).

"Packaging" has also been omitted deliberately as cake build not only compiles the source code into JavaScript, but also creates a minified distributable file. Two birds, one brick.

This has been completed successfully and the new INSTALL.md should include sufficient details for developers.