Skip to content

Commit cc64339

Browse files
committed
Release 1.17.33 - See CHANGELOG.md
1 parent 630bed3 commit cc64339

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.17.33 2023-10-03 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Add functionality to copy build-assets/custom-scripts for customization purposes
5+
6+
17
## 1.17.32 2023-09-23 <dave at tiredofit dot ca>
28

39
### Added

Diff for: Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN source /assets/functions/00-container && \
4646
mkdir -p vendor/natxet/cssmin/src && \
4747
if [ -d "/build-assets/src" ] ; then cp -Rp /build-assets/src/* /assets/install ; fi; \
4848
if [ -d "/build-assets/scripts" ] ; then for script in /build-assets/scripts/*.sh; do echo "** Applying $script"; bash $script; done && \ ; fi ; \
49+
if [ -d "/build-assets/custom-scripts" ] ; then mkdir -p /assets/custom-scripts ; cp -Rp /build-assets/custom-scripts/* /assets/custom-scripts ; fi; \
4950
composer install --ignore-platform-reqs && \
5051
php artisan freescout:build && \
5152
rm -rf \

Diff for: build-assets/custom-scripts/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)