Hi, I have a multi-module play app that has the following structure:
APP
...
modules
LINKS_TO_MODULE_A
LINKS_TO_MODULE_B
...
MODULES
MODULE_A
MODULE_B
...
MODULE_A and MODULE_B have CoffeeScript assets and I have sbt-coffeescript plugin enabled in APP. When I run APP and when APP is trying to compile the CoffeeScript assets in MODULE_A and MODULE_B, it throws following exception:
java.lang.IllegalArgumentException: runOps function returned results for unknown ops:
But if I replace the kinks under modules folder with the actual modules in MODULES folder, everything would work. Is there anyway to let sbt-web work with symbolic links currently?
Thanks
Kinds
Simon
Hi, I have a multi-module play app that has the following structure:
MODULE_A and MODULE_B have CoffeeScript assets and I have sbt-coffeescript plugin enabled in APP. When I run APP and when APP is trying to compile the CoffeeScript assets in MODULE_A and MODULE_B, it throws following exception:
But if I replace the kinks under modules folder with the actual modules in MODULES folder, everything would work. Is there anyway to let sbt-web work with symbolic links currently?
Thanks
Kinds
Simon