Skip to content

Commit

Permalink
Merge pull request #1584 from MichaelBlume/grammar_path
Browse files Browse the repository at this point in the history
fix path to grammar file
  • Loading branch information
michaelficarra committed Aug 9, 2011
2 parents 064f2b5 + 8c5027a commit fc1cdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cakefile
Expand Up @@ -75,8 +75,8 @@ task 'build:full', 'rebuild the source twice, and run the tests', ->
task 'build:parser', 'rebuild the Jison parser (run build first)', ->
extend global, require('util')
require 'jison'
parser = require('./lib/grammar').parser
fs.writeFile 'lib/parser.js', parser.generate()
parser = require('./lib/coffee-script/grammar').parser
fs.writeFile 'lib/coffee-script/parser.js', parser.generate()


task 'build:ultraviolet', 'build and install the Ultraviolet syntax highlighter', ->
Expand Down

0 comments on commit fc1cdfc

Please sign in to comment.