We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa35fa1 commit a9ab5a9Copy full SHA for a9ab5a9
2 files changed
CHANGELOG.md
@@ -17,6 +17,11 @@ You will need to install the latest version of BETY (or the version you want to
17
18
In this case you can simply pull down the version you want, and run `docker-compose bety migrate`.
19
20
+## [5.4.1] - 2021-10-10
21
+
22
+### Changed
23
+- sprockets will now also parse custom folder
24
25
## [5.4.0] - 2021-10-07
26
27
### Added
app/assets/config/manifest.js
@@ -14,3 +14,4 @@
14
// = link mylibs/maps.js
15
//
16
// = link_directory ../images
+// = link_directory ../images/custom
0 commit comments