Skip to content

Commit

Permalink
Removes the web UI as a separately released package.
Browse files Browse the repository at this point in the history
Since we have this built-in via the `-ui` configuration, the only reason
to use `-ui-dir` is if you are tweaking the web UI, so there's no need
to release the web UI as a .zip archive separately.
  • Loading branch information
slackpad authored and magiconair committed Jul 18, 2017
1 parent a5e85a6 commit d141ed9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scripts/dist_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ if ! git diff --quiet agent/bindata_assetfs.go; then
exit 1
fi

# Now we are ready to do a clean build of everything. The "all" build will blow
# away our pkg folder so we have to regenerate the ui once more. This is probably
# for the best since we have meddled with the timestamps.
# Now we are ready to do a clean build of everything. We no longer distribute the
# web UI so it's ok that gets blown away as part of this.
rm -rf pkg
make all
pushd ui
make dist
popd

exit 0

0 comments on commit d141ed9

Please sign in to comment.