lucidd/scala-js-chrome

chromePackage

Sergey80 opened this issue · 3 comments

not sure but seems chromePackage not working.
I can not see that task available in sbt console.

Could you provide more information? What error do you have? Could you upload the project configuration which doesn't work?

Could it be that you forgot to enable the plugin for your project? Your build.sbt should look something similar to this https://github.com/lucidd/chrome-system-monitor/blob/master/build.sbt.
Also to have the plugin available you have to add it to your projects/plugins.sbt
file. https://github.com/lucidd/chrome-system-monitor/blob/master/project/plugins.sbt

yep. good. thx.