sbt-idea
sbt-idea copied to clipboard
SbtIdeaPlugin No mapping for js in custom build in Play 2.0
I posted on stack overflow about an exception I was seeing: http://stackoverflow.com/questions/17343964/sbtideaplugin-no-mapping-for-js-in-custom-build-in-play-2
This might be a bug or I could just be misunderstanding what I am doing. Either way, I would appreciate any help you can provide.
Thanks!
This issue was about Play's version of Idea plugin, not sbt-idea, right?
Yea, I think this is a play issue. I think the problem is that Play needs to be able to map all the managed sources. I moved to using the standard resource managed location. I also figured out that I just needed to remove the resource_managed directory from the excluded paths in IntelliJ. This fixed all my issues.
Is there a way I can customize the gen-idea task so that it doesn't add the resource_managed directory to IntelliJ's excluded paths?