Closed charud closed 12 years ago
how does it know to compile .js as kaffeine ?
It cannot know if the compiled .js files are located in the same folder as the kaffeine .js files. 5f6efb0 would require compiled files to be located in a separate directory. On a second thought that commit should probably be excluded from this pull request.
Reverted the commits dealing with file extensions.
885a686 is still in the pull request and will help with nodejs support. With this commit Kaffeine should be ready to go with npm install
without needing a global installation of optparse and a manual patch for exec.
Fixed issues with optparse (added dependency) Fixed issues with exec (added require) Added support for .js extension for kaffeine files (will require different input and output folders, but great for compatability and syntax highlightning without the fuss)