aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
AgeCommit message (Collapse)Author
2012-09-09Add JSCoverage support.Jez Ng
2012-09-09Clean up Cakefile.Jez Ng
2012-09-08Remove src_directories.Jez Ng
More maintainable & sufficiently quick to just build everything under the project root.
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-03Make hints tests pass again.Jez Ng
Convert them to Coffeescript at the same time. We really need to set up some automated way of running these tests, to ensure they don't keep breaking.
2012-09-01Print stdout when running cake buildPhil Crosby
Otherwise compile/syntax errors are hidden. They are not hidden when running cake autobuild
2012-08-19Convert options.js -> options/options.coffee.Jez Ng
2012-08-07Use path moduleJohan Liesén
2012-08-07Keep any .js with a corresponding .coffeeJohan Liesén
2012-08-07Keep main.js when doing `cake clean`Johan Liesén
2012-07-26Git hacking: Set up pre-commit test hook.Jez Ng
Also tweak .gitignore. To activate the hook, symlink .git/hooks to git_hooks.
2012-06-22Fix manifest.json replacement.Jez Ng
2012-06-22Add 'package' cake task.Jez Ng
2012-06-13Fix the cake build targetPhil Crosby
2012-06-12Add a target to clean compiled jsPhil Crosby
2012-06-12Port link_hints.js to coffeescriptPhil Crosby
2012-06-12port clipboard.js to coffeescriptPhil Crosby
2012-06-10Add a target to build the coffeescriptPhil Crosby
2012-06-10Run all tests from within the Cakefile. Not sure why I used a subprocess before.Phil Crosby
Maybe to make any stacktraces thrown by tests shorter.
2012-06-02A cakefile for autobuilding coffeescript and running tests.Phil Crosby