| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-15 | Better names of these distributions. | Stephen Blott | |
| 2017-12-14 | Change Dev to Canary. | Stephen Blott | |
| 2017-12-12 | Tweak packaging. | Stephen Blott | |
| 2017-12-12 | Re-work the package target. | Stephen Blott | |
| 2017-12-02 | No clipboardWrite permission for Chrome Store version. | Stephen Blott | |
| 2017-10-29 | Move FF package build into regular build process. | Stephen Blott | |
| (Separately, these two processes may be doing the same thing.) | |||
| 2017-08-17 | For Firefox, prune more files and bump subversion number to 1.59.2. | Stephen Blott | |
| 2017-08-17 | Exclude Coffeescript files for Firefox build. | Stephen Blott | |
| 2017-04-22 | Firefox: Add build target to Cakefile. | Stephen Blott | |
| 2016-10-10 | Don't set the update_url by default. | Andrew Z Allen | |
| Setting the update_url by default can lead to accidentally updating to the version you host on github. Setting this to a safe default of "" and leaving a comment explaining why. | |||
| 2016-02-16 | Use `for own ... of` instead of `for ... of` | mrmr1993 | |
| 2015-09-09 | Remove obsolete comment1.52 | Phil Crosby | |
| 2015-08-13 | Remove an unused function, restructure to be like the execSync code | mrmr1993 | |
| 2015-08-13 | Use spawnSync rather than spawn to provide synchronous processes | mrmr1993 | |
| 2015-07-13 | Use spawn instead of exec-sync for cake package | mrmr1993 | |
| exec-sync fails to build for some environments and architectures (including mine). As spawn is already necessary for building, we know it will be available, and so can use that via a callback chain to run the packaging tasks. | |||
| 2015-02-11 | Add not to Cakefile regarding dependencies for custom crx build. | Stephen Blott | |
| 2015-02-11 | More informative output for cake target package-custom-crx. | Stephen Blott | |
| 2015-02-11 | Minor project-config chanages... | Stephen Blott | |
| - add .cake_task_cache to .gitignore (this is generated by zsh completion function for cake) - allow the key for a custom build to be selected taken from the environment variable $VIMIUM_CRX_PEM | |||
| 2014-08-12 | Merge pull request #922 from camflint/FixBuildAndTestTasksOnWindows | Phil Crosby | |
| Fix build and test tasks on Windows | |||
| 2014-06-08 | Fix build and test on Windows. | spccdt | |
| 2014-02-07 | Moved 'require utils' so utils.coffee can be compiled before being checked | Kevin Today | |
| 2013-05-18 | Pull the version in packaging | Ilya Sukhar | |
| 2013-05-15 | Fix a typo | Phil Crosby | |
| 2013-05-15 | Add a task to build a zip file for the chrome store | Phil Crosby | |
| 2013-05-15 | Add a note about what package is used for | Phil Crosby | |
| 2012-11-03 | Skip trying to run tests if build fails. | Jez Ng | |
| 2012-11-02 | Add ability to filter tests by name. | Jez Ng | |
| 2012-09-09 | Add JSCoverage support. | Jez Ng | |
| 2012-09-09 | Clean up Cakefile. | Jez Ng | |
| 2012-09-08 | Remove src_directories. | Jez Ng | |
| More maintainable & sufficiently quick to just build everything under the project root. | |||
| 2012-09-08 | Set up PhantomJS testing. | Jez Ng | |
| 2012-09-03 | Make 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-01 | Print stdout when running cake build | Phil Crosby | |
| Otherwise compile/syntax errors are hidden. They are not hidden when running cake autobuild | |||
| 2012-08-19 | Convert options.js -> options/options.coffee. | Jez Ng | |
| 2012-08-07 | Use path module | Johan Liesén | |
| 2012-08-07 | Keep any .js with a corresponding .coffee | Johan Liesén | |
| 2012-08-07 | Keep main.js when doing `cake clean` | Johan Liesén | |
| 2012-07-26 | Git hacking: Set up pre-commit test hook. | Jez Ng | |
| Also tweak .gitignore. To activate the hook, symlink .git/hooks to git_hooks. | |||
| 2012-06-22 | Fix manifest.json replacement. | Jez Ng | |
| 2012-06-22 | Add 'package' cake task. | Jez Ng | |
| 2012-06-13 | Fix the cake build target | Phil Crosby | |
| 2012-06-12 | Add a target to clean compiled js | Phil Crosby | |
| 2012-06-12 | Port link_hints.js to coffeescript | Phil Crosby | |
| 2012-06-12 | port clipboard.js to coffeescript | Phil Crosby | |
| 2012-06-10 | Add a target to build the coffeescript | Phil Crosby | |
| 2012-06-10 | Run 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-02 | A cakefile for autobuilding coffeescript and running tests. | Phil Crosby | |
