Closed pruett closed 9 years ago
Need to see the file that contains the error as well, application.coffee
updated with contents of file in question
So I have noticed that trying to require javascript files into coffee files are bugging browserify out. If you switch application.coffee
to js, just as an experiment, will it pass?
@jenius considering we're on roots v3.0.0-rc10 shall we close this guy?
Yup
running
roots watch
in version3.0.0-rc.6
produces the following error:Just to note, that v
3.0.0-rc.5
works without issue.From playing around with it, it appears that this error occurs when using
roots-browserify
while compiling.coffee
files, here's a snippet of the setup in myapp.coffee
:and the contents of my
application.coffee
file: