Still.Preprocessor.OutputPath (Still v0.6.0) View Source
Generates the output path based on the Still.SourceFile :input_path and
:extension field, adding it to the :output_file field.
Link to this section Summary
Functions
Runs after the next preprocessors finish running.
Runs the current preprocessor and invokes the next one.
Runs the Elixir.Still.SourceFile through the current preprocessor and the next.
Link to this section Functions
Specs
after_render(Still.SourceFile.t()) :: Still.SourceFile.t()
Runs after the next preprocessors finish running.
Returns the resulting Elixir.Still.SourceFile.
Specs
render(Still.SourceFile.t()) :: {:cont, Still.SourceFile.t()} | {:halt, Still.SourceFile.t()} | Still.SourceFile.t()
Runs the current preprocessor and invokes the next one.
Returns the resulting Elixir.Still.SourceFile.
Specs
run(Still.SourceFile.t()) :: Still.SourceFile.t()
Runs the Elixir.Still.SourceFile through the current preprocessor and the next.
Specs
run(Still.SourceFile.t(), any()) :: Still.SourceFile.t()