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

Link to this function

after_render(source_file)

View Source

Specs

after_render(Still.SourceFile.t()) :: Still.SourceFile.t()

Runs after the next preprocessors finish running.

Returns the resulting Elixir.Still.SourceFile.

Specs

Runs the current preprocessor and invokes the next one.

Returns the resulting Elixir.Still.SourceFile.

Specs

Runs the Elixir.Still.SourceFile through the current preprocessor and the next.

Link to this function

run(source_file, next_preprocessors)

View Source

Specs