You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While my coffeescript compiles just fine with the node.js compiler, guard-coffeescript is throwing "ERROR: game.coffee: can't convert nil into String", without a line number or anything debugging info. I have no idea where to start with this one.
The text was updated successfully, but these errors were encountered:
Since JavaScript/CoffeeScript uses null and not nil like Ruby does, I guess it may be a problem on the Ruby side, for example missing or wrong configuration options or wrong watcher configuration (if any). I tried hard to imagine your configuration files, but was not able to get a clear picture...
The problem was that there is no :input or :output option provided and the watch doesn't contain a match group, which is normally used to support creation of nested output directories.
I changed guard-coffeescript to assume the output is the current working directory when all of the above infos are missing.
While my coffeescript compiles just fine with the node.js compiler, guard-coffeescript is throwing "ERROR: game.coffee: can't convert nil into String", without a line number or anything debugging info. I have no idea where to start with this one.
The text was updated successfully, but these errors were encountered: