Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
achiocch committed Oct 15, 2024
1 parent 1905301 commit c9c9532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ run_app:
wget -r http://127.0.0.1:8050/_dash-component-suites/plotly/package_data/plotly.min.js

mv 127.0.0.1:8050 pages_files
mkdir -p pages_files/assets

ls -a pages_files
#ls -a pages_files/assets
ls -a pages_files/assets

find pages_files -exec sed -i.bak 's|_dash-component-suites|Stat_dash\\/_dash-component-suites|g' {} \;
find pages_files -exec sed -i.bak 's|_dash-layout|Stat_dash/_dash-layout.json|g' {} \;
Expand Down

0 comments on commit c9c9532

Please sign in to comment.