mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
fixing the build:ultraviolet task in the Cakefile
This commit is contained in:
parent
6985802eb3
commit
4817b96bac
1 changed files with 1 additions and 1 deletions
2
Cakefile
2
Cakefile
|
@ -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'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue