Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c801e6

Browse files
committed
updating makefile
1 parent a289b99 commit 2c801e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ pull_chunked : submodules/chunked_requests
5959
cd submodules/chunked_requests; git pull origin master
6060

6161
update_offline :
62-
@echo "Updating plotly.js"
62+
@echo "Updating plotly.js for Offline Mode"
6363
@echo "------------------"
6464
python -c "import urllib2;\
65-
cdn_url = 'https://cdn.plot.ly/plotly-latest.min.js';\
66-
response = urllib2.urlopen(cdn_url);\
67-
html = response.read();\
68-
f = open('./plotly/offline/plotly.min.js', 'w');\
69-
f.write(html);\
70-
f.close()"
71-
@echo ""
65+
cdn_url = 'https://cdn.plot.ly/plotly-latest.min.js';\
66+
response = urllib2.urlopen(cdn_url);\
67+
html = response.read();\
68+
f = open('./plotly/offline/plotly.min.js', 'w');\
69+
f.write(html);\
70+
f.close()"
71+
@echo "---------------------------------"
7272
@echo "Remember to update the CHANGELOG!"

0 commit comments

Comments
 (0)