lihaoyi / workbench-example-app

An example application written in ScalaJS using scala-js-dom and scala-js-workbench
204 stars 109 forks source link

Package name in workbench plugin changed. #2

Closed nielinjie closed 10 years ago

nielinjie commented 10 years ago

package name in workbench changed.

-import scala.js.workbench.Plugin. +import com.lihaoyi.workbench.Plugin.

lihaoyi commented 10 years ago

Ah, yeah, sorry about that, I was hoping I could get through the renaming across my repos before anyone noticed something was up.

If you want to be nice, you could help go through the 4 branches and rename things and test that they work =) Otherwise I'll probably get to it tonight.

lihaoyi commented 10 years ago

FWIW I also changed the workbench.js location to live in the classes directory, which may cause problems with these apps. The correct thing to do is probably to make it configurable.

lihaoyi commented 10 years ago

This has been fixed in all branches. Feel free to open new issues if you find further problems =)