Skip to content

Commit

Permalink
Move update_d3flamegraph.sh script from the root directory. (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand authored and nolanmar511 committed May 3, 2018
1 parent 12989e0 commit 783adb7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ D3FLAMEGRAPH_VERSION="2.0.0-alpha4"
D3FLAMEGRAPH_JS="d3-flamegraph.js"
D3FLAMEGRAPH_CSS="d3-flamegraph.css"

D3FLAMEGRAPH_DIR=third_party/d3flamegraph
cd $(dirname $0)

D3FLAMEGRAPH_DIR=d3flamegraph

generate_d3flamegraph_go() {
local d3_js=$(curl -s "${D3FLAMEGRAPH_REPO}/${D3FLAMEGRAPH_VERSION}/dist/${D3FLAMEGRAPH_JS}" | sed 's/`/`+"`"+`/g')
Expand Down

0 comments on commit 783adb7

Please sign in to comment.