aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile
AgeCommit message (Expand)Author
2017-12-15Better names of these distributions.Stephen Blott
2017-12-14Change Dev to Canary.Stephen Blott
2017-12-12Tweak packaging.Stephen Blott
2017-12-12Re-work the package target.Stephen Blott
2017-12-02No clipboardWrite permission for Chrome Store version.Stephen Blott
2017-10-29Move FF package build into regular build process.Stephen Blott
2017-08-17For Firefox, prune more files and bump subversion number to 1.59.2.Stephen Blott
2017-08-17Exclude Coffeescript files for Firefox build.Stephen Blott
2017-04-22Firefox: Add build target to Cakefile.Stephen Blott
2016-10-10Don't set the update_url by default.Andrew Z Allen
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2015-09-09Remove obsolete comment1.52Phil Crosby
2015-08-13Remove an unused function, restructure to be like the execSync codemrmr1993
2015-08-13Use spawnSync rather than spawn to provide synchronous processesmrmr1993
2015-07-13Use spawn instead of exec-sync for cake packagemrmr1993
2015-02-11Add not to Cakefile regarding dependencies for custom crx build.Stephen Blott
2015-02-11More informative output for cake target package-custom-crx.Stephen Blott
2015-02-11Minor project-config chanages...Stephen Blott
2014-08-12Merge pull request #922 from camflint/FixBuildAndTestTasksOnWindowsPhil Crosby
2014-06-08Fix build and test on Windows.spccdt
2014-02-07Moved 'require utils' so utils.coffee can be compiled before being checkedKevin Today
2013-05-18Pull the version in packagingIlya Sukhar
2013-05-15Fix a typoPhil Crosby
2013-05-15Add a task to build a zip file for the chrome storePhil Crosby
2013-05-15Add a note about what package is used forPhil Crosby
2012-11-03Skip trying to run tests if build fails.Jez Ng
2012-11-02Add ability to filter tests by name.Jez Ng
2012-09-09Add JSCoverage support.Jez Ng
2012-09-09Clean up Cakefile.Jez Ng
2012-09-08Remove src_directories.Jez Ng
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-03Make hints tests pass again.Jez Ng
2012-09-01Print stdout when running cake buildPhil Crosby
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
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
2012-06-02A cakefile for autobuilding coffeescript and running tests.Phil Crosby