sbt-idea icon indicating copy to clipboard operation
sbt-idea copied to clipboard

SbtIdeaPlugin No mapping for js in custom build in Play 2.0

Open jeffmay opened this issue 11 years ago • 2 comments

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!

jeffmay avatar Jun 27 '13 13:06 jeffmay

This issue was about Play's version of Idea plugin, not sbt-idea, right?

mpeltonen avatar Jul 30 '13 18:07 mpeltonen

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?

jeffmay avatar Jul 30 '13 21:07 jeffmay