set file build
This commit is contained in:
parent
ac61b61f7b
commit
66eb2bebca
22 changed files with 4849 additions and 61 deletions
|
|
@ -4,7 +4,7 @@ ROOT_DIR=/app
|
|||
|
||||
# Replace env vars in JavaScript files
|
||||
echo "Replacing env constants in JS"
|
||||
for file in $ROOT_DIR/assets/app.*.js* $ROOT_DIR/js/app.*.js* $ROOT_DIR/index.html $ROOT_DIR/precache-manifest*.js $ROOT_DIR/assets/index*.js* $ROOT_DIR/assets/*.js*;
|
||||
for file in $ROOT_DIR/assets/app.*.js* $ROOT_DIR/index.html $ROOT_DIR/assets/index*.js* $ROOT_DIR/assets/*.js*;
|
||||
do
|
||||
echo "Processing $file ...";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue