Skip to content

Commit e099a5d

Browse files
committed
Try to get custom static compile script working
1 parent 53a4315 commit e099a5d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

compile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
cd "${phoenix_dir}/assets/"
22

3+
echo "NPM RUN DEPLOY"
34
npm run deploy
45

56
cd $phoenix_dir
67

8+
echo "MIX TEMPLATE_ASSETS"
79
mix template_assets
10+
11+
echo "MIX PHX.DIGEST"
812
mix "${phoenix_ex}.digest"

phoenix_static_buildpack.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
phoenix_relative_path=apps/components_guide_web
22
node_version=12.19.0
33
npm_version=6.14.8
4+
compile="compile"

0 commit comments

Comments
 (0)