Still.Preprocessor.Save (Still v0.3.0) View Source

Writes the Still.SourceFile :content field to the :output_file field, creating any necessary directories and including the development layout if needed.

See Still.Compiler.File.DevLayout.

Link to this section Summary

Functions

Returns the extension for the current file.

Sets the extension for the current file and calls the render/1 function.

Link to this section Functions

Specs

extension(Still.SourceFile.t()) :: String.t()

Returns the extension for the current file.

This function can be overridden.

Specs

Sets the extension for the current file and calls the render/1 function.