Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add packr2 steps in Makefile #1858

Merged
merged 2 commits into from
May 16, 2020
Merged

fix: add packr2 steps in Makefile #1858

merged 2 commits into from
May 16, 2020

Commits on May 16, 2020

  1. docs: add packr2 install step in source building

    packr2 binary is a needed pre-requisite used to generate .go files that
    pack the static files of the project into bytes that can be bundled.
    arapaho committed May 16, 2020
    Configuration menu
    Copy the full SHA
    90bc972 View commit details
    Browse the repository at this point in the history
  2. Add packr2 steps in install* targets

    Invokes packr2 in install-stable and install targets of Makefile in
    order to generate the .go files that pack the static files into bytes
    that can be bundled.
    arapaho committed May 16, 2020
    Configuration menu
    Copy the full SHA
    0c208b3 View commit details
    Browse the repository at this point in the history