Skip to content

Commit 47bf3b6

Browse files
committed
Rename bin
1 parent 4a29eb1 commit 47bf3b6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: Cakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ generateDoccoHusky = (directories)->
8686
log stdout
8787

8888
# Remove the docs directory
89-
exec "rm docs"
89+
exec "rm docs/"
9090

9191

9292
task 'doc', 'Regenerate doc', (options)->

Diff for: bin/readyjs.coffee renamed to bin/ready.coffee

File renamed without changes.

Diff for: tests/clihelper.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ r =
1111
files = _.flatten [files]
1212
[callback, options] = [options, {}] unless callback?
1313

14-
cmd = "./node_modules/.bin/coffee ./bin/readyjs.coffee #{files.join ' '}"
14+
cmd = "./node_modules/.bin/coffee ./bin/ready.coffee #{files.join ' '}"
1515
cwd = path.resolve './'
1616
args = r.optionsToArgs options
1717
#log "CMD : #{cmd} #{args}"

0 commit comments

Comments
 (0)