diff --git a/yesod-bin/ChangeLog.md b/yesod-bin/ChangeLog.md index 85c44701..392daf7f 100644 --- a/yesod-bin/ChangeLog.md +++ b/yesod-bin/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.3.8 + +* Scaffold update: fix 404 for missing sourcemap + ## 1.4.3.6 * Scaffold update: use `addToken` instead of `addNonce` diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 2951781e..72009845 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -7194,7 +7194,6 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ {-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-} b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 348e501d..24304ccb 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -7204,7 +7204,6 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ {-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-} b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 8894266f..694aeb16 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -7319,7 +7319,6 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ {-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-} b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 83aaec09..bbaf7247 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -7204,7 +7204,6 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ {-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-} b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index a699b014..d63e8efd 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -7085,7 +7085,6 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ {-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-} b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index f93740ba..301292cb 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -7222,7 +7222,6 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */ {-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-} b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index 8f1d476b..62ae818d 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.4.3.6 +version: 1.4.3.7 license: MIT license-file: LICENSE author: Michael Snoyman