fixing the build:ultraviolet task in the Cakefile

This commit is contained in:
Jeremy Ashkenas 2010-02-22 09:09:35 -05:00
parent 6985802eb3
commit 4817b96bac
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ task 'build:parser', 'rebuild the Jison parser (run build first)', ->
task 'build:ultraviolet', 'build and install the Ultraviolet syntax highlighter', ->
exec('plist2syntax extras/CoffeeScript.tmbundle/Syntaxes/CoffeeScript.tmLanguage').addCallback ->
exec 'plist2syntax extras/CoffeeScript.tmbundle/Syntaxes/CoffeeScript.tmLanguage', (err) ->
exec 'sudo mv coffeescript.yaml /usr/local/lib/ruby/gems/1.8/gems/ultraviolet-0.10.2/syntax/coffeescript.syntax'