mherkender / lua.js

An ECMAscript framework to compile and run Lua code, allowing Lua to run in a browser or in Flash
http://blog.brokenfunction.com/
600 stars 73 forks source link

Use a more recent version of jison #14

Closed kyleconroy closed 11 years ago

kyleconroy commented 11 years ago

Also add target in the makefile for closure compiler

mherkender commented 11 years ago

Why the removal of the leading /'s in the .gitignore file? According to the documentation...

A leading slash matches the beginning of the pathname. For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c"

kyleconroy commented 11 years ago

My reasoning was that those files should never be included, no matter where they are in the repository. I can revert it if you'd like

mherkender commented 11 years ago

It's not that important to me, I was mostly curious. Thanks for the cleanup!