1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-23 00:16:25 +01:00

Checkin dist folder to ease local dev.

Should be removed when we have a release
of unleash-frontend
This commit is contained in:
ivaosthu 2016-11-13 11:09:31 +01:00
parent 7f8ec4262d
commit 5e8494957c
7 changed files with 64 additions and 2 deletions

2
frontend/.gitignore vendored
View File

@ -36,5 +36,3 @@ jspm_packages
# Optional REPL history
.node_repl_history
# bundled assets
dist

2
frontend/dist/bundle.css vendored Normal file

File diff suppressed because one or more lines are too long

1
frontend/dist/bundle.css.map vendored Normal file

File diff suppressed because one or more lines are too long

39
frontend/dist/bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

1
frontend/dist/bundle.js.map vendored Normal file

File diff suppressed because one or more lines are too long

BIN
frontend/dist/favicon.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

21
frontend/dist/index.html vendored Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="unleash">
<title>Unleash Admin</title>
<link rel="stylesheet" href="bundle.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="">
</head>
<body>
<div id='app'></div>
<script src="bundle.js"></script>
</body>
</html>