Skip to content

Commit

Permalink
update web assets
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed May 15, 2018
1 parent 0b0d5c9 commit c7a457a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 34 deletions.
2 changes: 1 addition & 1 deletion assets/static/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <title>frps dashboard</title> <link rel="shortcut icon" href="favicon.ico"></head> <body> <div id=app></div> <script type="text/javascript" src="manifest.js?37ffd0e25e77f6b4aed3"></script><script type="text/javascript" src="vendor.js?1e75f78be801c4ce6efe"></script><script type="text/javascript" src="index.js?715aa4b32f65f348fafa"></script></body> </html>
<!DOCTYPE html> <html lang=en> <head> <meta charset=utf-8> <title>frps dashboard</title> <link rel="shortcut icon" href="favicon.ico"></head> <body> <div id=app></div> <script type="text/javascript" src="manifest.js?b90a32ccfb87def61aaa"></script><script type="text/javascript" src="vendor.js?f04985ef00f520142368"></script></body> </html>
21 changes: 0 additions & 21 deletions assets/static/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion assets/static/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions assets/static/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/statik/statik.go

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions web/frps/src/vendor.js

This file was deleted.

5 changes: 3 additions & 2 deletions web/frps/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ var publicPath = ''

module.exports = (options = {}) => ({
entry: {
vendor: './src/vendor',
index: './src/main.js'
vendor: './src/main'
},
output: {
path: path.resolve(__dirname, 'dist'),
Expand Down Expand Up @@ -80,6 +79,8 @@ module.exports = (options = {}) => ({
}
}),
new webpack.optimize.UglifyJsPlugin({
sourceMap: false,
comments: false,
compress: {
warnings: false
}
Expand Down

0 comments on commit c7a457a

Please sign in to comment.