mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #64] [MERGED] assets: use statik to compile static files into binary files #4127
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/64
Author: @fatedier
Created: 8/11/2016
Status: ✅ Merged
Merged: 8/11/2016
Merged by: @fatedier
Base:
dev← Head:fatedier/assets_to_binary📝 Commits (1)
32d0ce9assets: use statik to compile static files into binary files📊 Changes
24 files changed (+474 additions, -27 deletions)
View changed files
📝
Godeps/Godeps.json(+5 -0)📝
Makefile(+14 -3)➖
assets/static/iconfont.css(+0 -18)📝
conf/frps.ini(+1 -1)➕
src/assets/assets.go(+75 -0)📝
src/assets/static/css/bootstrap.min.css(+0 -0)📝
src/assets/static/css/font-awesome.min.css(+0 -0)📝
src/assets/static/css/iconfont.css(+0 -0)➕
src/assets/static/favicon.ico(+0 -0)📝
src/assets/static/font/iconfont.eot(+0 -0)📝
src/assets/static/font/iconfont.svg(+0 -0)📝
src/assets/static/font/iconfont.ttf(+0 -0)📝
src/assets/static/font/iconfont.woff(+0 -0)📝
src/assets/static/index.html(+0 -0)📝
src/assets/static/js/angular.min.js(+0 -0)📝
src/assets/static/js/bootstrap.min.js(+0 -0)📝
src/assets/static/js/echarts.min.js(+0 -0)📝
src/assets/static/js/jquery.min.js(+0 -0)➕
src/assets/statik/statik.go(+10 -0)📝
src/cmd/frps/main.go(+8 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.