sbt / sbt-rjs

RequireJs optimizer plugin for sbt-web
Other
39 stars 28 forks source link

sbt-rjs-plugin-tester can not even build RequireJS projects #74

Closed codeape closed 7 years ago

codeape commented 7 years ago

I could not get sbt-rjs working in my own project so I tried building sbt-rjs-plugin-tester

So I tested running sbt compile from the sbt-rjs/sbt-rjs-plugin-tester directory and I do not even get a sbt-rjs/sbt-rjs-plugin-tester/target/web directory.

I have node installed so the build.sbt is unchanged.

I have tried both master and 1.0.8

codeape commented 7 years ago

sbt web-stage did the trick. I did sbt compile first.