Skip to content

Commit

Permalink
fix build:aloha
Browse files Browse the repository at this point in the history
  • Loading branch information
scribu committed Apr 22, 2013
1 parent 9894c80 commit 42cbef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ task 'build:aloha', 'Generate Aloha plugin(s)', (options) ->

mkdirp dir

exec "coffee -b $2 -o #{dir}/ coffee/aloha/#{plugin}-plugin", (err, stdout, stderr) ->
exec "coffee -b $2 -o #{dir}/ coffee/aloha/#{plugin}-plugin.coffee", (err, stdout, stderr) ->
throw err if err

task 'build', 'Generate a build for wp.org', (options) ->
Expand Down

0 comments on commit 42cbef1

Please sign in to comment.