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
When trying to compile file in .litcoffee Grunt send me an error of syntax:
➜ grunt coffee
Running "coffee:compile" (coffee) task
>> SyntaxError: In src/coffeescript/scripts.litcoffee, reserved word "with" on line 3
Warning: CoffeeScript failed to compile. Use --force to continue.
Aborted due to warnings.
src/coffeescript/scripts.litcoffee:
# Scripts - src/coffeescript/scripts.litcoffee
Martinus agens illas provincias pro praefectis aerumnas innocentium graviter gemens saepeque obsecrans, ut ab omni culpa inmunibus parceretur, cum non inpetraret, minabatur se discessurum: ut saltem id metuens perquisitor malivolus tandem desineret quieti coalitos homines in aperta pericula proiectare.
## Common
# lot of stuff here...
When I try to compile with sudo coffee -o ../../public/js -j scripts.js -c scripts.litcoffee it works as expected.
The text was updated successfully, but these errors were encountered:
Same problem. I haven't dig a lot but in my case: the 'join' option was set to true and I only have one .litcoffee file. Removing this option fix the issue.
When trying to compile file in
.litcoffee
Grunt send me an error of syntax:src/coffeescript/scripts.litcoffee
:When I try to compile with
sudo coffee -o ../../public/js -j scripts.js -c scripts.litcoffee
it works as expected.The text was updated successfully, but these errors were encountered: