yesod-static 1.2.2 → 1.2.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Yesod/Static.hs +1/−1
- yesod-static.cabal +1/−1
Yesod/Static.hs view
@@ -226,7 +226,7 @@ -- definitions would be created: -- -- > style_css = StaticRoute ["style.css"] []--- > js_script_js = StaticRoute ["js/script.js"] []+-- > js_script_js = StaticRoute ["js", "script.js"] [] -- -- Note that dots (@.@), dashes (@-@) and slashes (@\/@) are -- replaced by underscores (@\_@) to create valid Haskell
yesod-static.cabal view
@@ -1,5 +1,5 @@ name: yesod-static-version: 1.2.2+version: 1.2.2.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>