ochrons / scalajs-spa-tutorial

Tutorial for creating a simple Single Page Application in ScalaJS
Apache License 2.0
672 stars 228 forks source link

Adding Configuration for appveyor ci #50

Closed ishubham-k closed 8 years ago

ishubham-k commented 8 years ago

A while I was having a lot of trouble in running sbt test on windows machine. Reasons are still unknown why that was happening(may be jsdom or may be wrong version of npm). So I thought adding a appveyor ci config to give some love to windows users :)

ochrons commented 8 years ago

This seems to be congfigured specifically for your system, with all those absolute paths etc. Probably not very useful for users with different paths?

ishubham-k commented 8 years ago

I think that should not be a problem. Not sure what absolute paths you are referring to.

ochrons commented 8 years ago

For example SBT path and JAVA_HOME.

Besides, this is quite a bit outside the scope of the SPA tutorial anyway :)

ishubham-k commented 8 years ago

Agreed. Closing this one. Thanks.