All Downloads are FREE. Search and download functionalities are using the official Maven repository.

indigoplugin.core.IndigoBuildMill.scala Maven / Gradle / Ivy

The newest version!
package indigoplugin.core

import os._
import indigoplugin.utils.AsciiLogo
import indigoplugin.IndigoOptions

object IndigoBuildMill {

  def build(scriptPathBase: Path, baseDir: Path, options: IndigoOptions): Unit = {

    println(AsciiLogo.logo)

    IndigoBuild.build(
      scriptPathBase,
      options,
      baseDir,
      List("main.js", "out.js")
    )
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy