nox v0.3.2 Nox.Grunt View Source

Grunt wrapper

Link to this section Summary

Types

Option values specific to the run function

Options used by the run function

Functions

Run grunt in the given dir

Link to this section Types

Link to this type opt() View Source
opt() :: {:force, boolean()}

Option values specific to the run function

Options used by the run function

Link to this section Functions

Link to this function run(env, dir, opts \\ []) View Source
run(Nox.Env.t(), Path.t(), opts()) ::
  {:ok, warnings :: [String.t()] | :uptodate}
  | {:error,
     {code :: number(), warnings :: [String.t()], errors :: [String.t()]}}

Run grunt in the given dir