scala - what's the means of compile:fastOptJS::artifactPath in sbt's scalajs task? -


i'm fresh scala.js. problem not specify stage i'm encountering puzzle of sbt's scope relative concept.

i'm learning scalajs sbt. package js sbt fastoptjs task.
inspect fastoptjs, there many dependencies defined, such compile:fastoptjs::artifactpath one.
document, task defined under scope {<build-uri>}<project-id>/config:intask::key full name.
both compile , fastoptjs task , compile configration definition. how should understand define of compile:fastoptjs::artifactpath?

thanks lot.


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -