diff options
author | Ben Sima <ben@bsima.me> | 2020-07-25 15:40:24 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-07-25 15:40:24 -0700 |
commit | 2f32da5812583c6675bdc9ff88a3a3d5cefbb82f (patch) | |
tree | 1eb7b49b3b45a7a410cf8a82d97094412ef6c17c /Hero/Assets.hs | |
parent | 22139c06244d224f543dc6c5c38e8f05cddc4b51 (diff) |
hero: rename Assets -> Pack and lint fixes
Diffstat (limited to 'Hero/Assets.hs')
-rw-r--r-- | Hero/Assets.hs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Hero/Assets.hs b/Hero/Assets.hs deleted file mode 100644 index 2e2d72c..0000000 --- a/Hero/Assets.hs +++ /dev/null @@ -1,16 +0,0 @@ -{-# LANGUAGE OverloadedStrings #-} -{-# LANGUAGE NoImplicitPrelude #-} - --- | A module to wrap the CDN and provide convient helper functions to assets. -module Hero.Assets where - -import Protolude - -cdnEdge :: Text -cdnEdge = "https://heroverse.sfo2.cdn.digitaloceanspaces.com" - -demo :: Text -demo = cdnEdge <> "/old-assets/demo/" - -icon :: Text -icon = cdnEdge <> "/icons/" |