We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a4315 commit e099a5dCopy full SHA for e099a5d
compile
@@ -1,8 +1,12 @@
1
cd "${phoenix_dir}/assets/"
2
3
+echo "NPM RUN DEPLOY"
4
npm run deploy
5
6
cd $phoenix_dir
7
8
+echo "MIX TEMPLATE_ASSETS"
9
mix template_assets
10
+
11
+echo "MIX PHX.DIGEST"
12
mix "${phoenix_ex}.digest"
phoenix_static_buildpack.config
@@ -1,3 +1,4 @@
phoenix_relative_path=apps/components_guide_web
node_version=12.19.0
npm_version=6.14.8
+compile="compile"
0 commit comments