Merge branch 'stable' into develop
This commit is contained in:
commit
8a6706337a
2 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ bind to an UNIX socket at `unix:tmp/diaspora.sock`. Please change your local
|
||||||
## Refactor
|
## Refactor
|
||||||
* Update perfect-scrollbar [#6085](https://github.com/diaspora/diaspora/pull/6085)
|
* Update perfect-scrollbar [#6085](https://github.com/diaspora/diaspora/pull/6085)
|
||||||
|
|
||||||
|
## Bug fixes
|
||||||
|
* Precompile facebox images [#6105](https://github.com/diaspora/diaspora/pull/6105)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090)
|
* Add configuration options for some debug logs [#6090](https://github.com/diaspora/diaspora/pull/6090)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,9 @@ module Diaspora
|
||||||
home.css
|
home.css
|
||||||
color_themes/*/desktop.css
|
color_themes/*/desktop.css
|
||||||
color_themes/*/mobile.css
|
color_themes/*/mobile.css
|
||||||
|
|
||||||
|
# images from facebox gem
|
||||||
|
facebox/*
|
||||||
}
|
}
|
||||||
|
|
||||||
# Version of your assets, change this if you want to expire all your assets
|
# Version of your assets, change this if you want to expire all your assets
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue