diff options
| author | Phil Crosby | 2013-05-15 12:14:50 -0700 |
|---|---|---|
| committer | Phil Crosby | 2013-05-15 12:14:50 -0700 |
| commit | b4fb5021b3096a246934a686e932a144aa592722 (patch) | |
| tree | f6796c1e74922b68eee14dc3f194ab9aec13d985 /Cakefile | |
| parent | df8e159955388bb6fe01673f7eda32f128138548 (diff) | |
| download | vimium-b4fb5021b3096a246934a686e932a144aa592722.tar.bz2 | |
Fix a typo
Diffstat (limited to 'Cakefile')
| -rw-r--r-- | Cakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ task "clean", "removes any js files which were compiled from coffeescript", -> task "autobuild", "continually rebuild coffeescript files using coffee --watch", -> coffee = spawn "coffee", ["-cw", __dirname] -task "package", "Builds a zip file in preparation submission to the chrome store. Output is in dist/", -> +task "package", "Builds a zip file for submission to the Chrome store. The output is in dist/", -> # To get exec-sync, `npm install exec-sync`. We use this for synchronously executing shell commands. execSync = require("exec-sync") |
