Scaffolding update

This commit is contained in:
Michael Snoyman 2015-02-16 10:39:45 +02:00
parent a5583c75b2
commit a9ff4f44a6
8 changed files with 5 additions and 7 deletions

View File

@ -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`

View File

@ -7194,7 +7194,6 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
{-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-}
b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA

View File

@ -7204,7 +7204,6 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
{-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-}
b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA

View File

@ -7319,7 +7319,6 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
{-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-}
b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA

View File

@ -7204,7 +7204,6 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
{-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-}
b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA

View File

@ -7085,7 +7085,6 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
{-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-}
b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA

View File

@ -7222,7 +7222,6 @@ button.close {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap.css.map */
{-# START_FILE BASE64 static/fonts/glyphicons-halflings-regular.eot #-}
b08AABFOAAACAAIABAAAAAAABQAAAAAAAAABAJABAAAEAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAA

View File

@ -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 <michael@snoyman.com>