jlitola / play-sass

Sass asset handling for Play Framework 2.0 *DEPRECATED*
MIT License
90 stars 28 forks source link

in multi-module build, it seems to run the plugin in all modules, even non-play ones #39

Open kostaskougios opened 9 years ago

kostaskougios commented 9 years ago

i.e. for non-play "database" module, I get:

[error] database/*:playRequireJs from database/compile:resourceGenerators ((net.litola.SassPlugin.autoImport) SassPlugin.scala:31)

I've added the sass repo:

// sass repo resolvers in ThisBuild += "Sonatype OSS Releases" at "https://oss.sonatype.org/content/repositories/releases"

and in my plugins:

// sass addSbtPlugin("net.litola" % "play-sass" % "0.4.0")

Jacke commented 9 years ago

Same stuff :+1:

n0tel commented 9 years ago

+1

gavares commented 9 years ago

+1

kilsbo commented 9 years ago

Yes, same here. No one with a workaround?

nzhekov commented 8 years ago

I have the same problem in a multi-module applications ... any suggestions?

boazberman commented 8 years ago

Looking for a solution for this...