IHP Api Reference
Copyright(c) digitally induced GmbH 2021
Safe HaskellSafe-Inferred

IHP.Assets.Types

Description

 
Synopsis

Documentation

newtype AssetVersion Source #

Stores the version appended to CSS and JS files via the ?v=.. query parameter

Example: An asset path where the AssetVersion was set to "dev"

"/app.css?v=dev"

Constructors

AssetVersion Text