Skip to content

Commit

Permalink
updating the Cakefile for the new tmbundle location.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 14, 2010
1 parent 35da6c3 commit 7499535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cakefile
Expand Up @@ -44,7 +44,8 @@ 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', (err) ->
exec 'plist2syntax ../coffee-script-tmbundle/Syntaxes/CoffeeScript.tmLanguage', (err) ->
throw err if err
exec 'sudo mv coffeescript.yaml /usr/local/lib/ruby/gems/1.8/gems/ultraviolet-0.10.2/syntax/coffeescript.syntax'


Expand Down

0 comments on commit 7499535

Please sign in to comment.