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

Make bindata.go optional, remove from repository #172

Closed
wants to merge 1 commit into from

Commits on Dec 3, 2016

  1. Make bindata.go optional, remove from repository

    By default will read assets from filesystems, but can embed them
    by passing the "bindata" build tag (go build -tags bindata)
    
    Fixes gogs#77
    
    Print a WARNING when bindata is not embedded, and
    honours GITEA_WORK_DIR, when given, for finding filesystem assets.
    
    Include automatic test for the dynamic "bin"data library
    strk committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    c155be7 View commit details
    Browse the repository at this point in the history