updating the Cakefile for the new tmbundle location.

This commit is contained in:
Jeremy Ashkenas
2010-03-14 08:59:55 -07:00
parent 35da6c32b7
commit 74995358cd

View File

@@ -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'