Skip to content

Commit

Permalink
fix path to grammar file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Blume committed Aug 9, 2011
1 parent 064f2b5 commit 333daf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ 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
parser = require('./lib/coffee-script/grammar').parser
fs.writeFile 'lib/parser.js', parser.generate()


Expand Down

0 comments on commit 333daf3

Please sign in to comment.