Resources#
Liara supports resource nodes which get pre-processed before getting placed into the output. Site-wide resources can be specified in the configuration. Per-template resources can be specified in the template configuration.
Currently, Liara supports the following resource types:
SASS files
Image thumbnails for
JPEG
andPNG
images
Resource files get processed using resource-specific compilers.
SASS#
SASS files (ending in .scss
) can be processed using either the sass
command line binary or the (deprecated) libsass
library. The compiler can be selected in the configuration.