diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-09 14:38:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-09 14:38:22 -0400 |
commit | de6b1e16697d5bb57b4edb4c30b15af07848789a (patch) | |
tree | fb206c12bfb2c630ca7b82cf8429f3594337da08 /debian | |
parent | 1c806a0a6c593cc6b4fc82ce3ca709ffd495fa86 (diff) |
move all static site files out of subdirectories
Works around yesod-static path bug on windows.
https://github.com/yesodweb/yesod/issues/626
Diffstat (limited to 'debian')
-rw-r--r-- | debian/copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index e91cddbb5..a13cf175f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -88,7 +88,7 @@ License: MIT or GPL-2 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Files: static/*/bootstrap* static/img/glyphicons-halflings* +Files: static/bootstrap* static/glyphicons-halflings* Copyright: 2012 Twitter, Inc. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); |