Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed Jun 21, 2021
1 parent 7b8396e commit 7435cd8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ build: $(mtapp_files)
pack: mtapp-component-$(version).tar.gz
mtapp-component-$(version).tar.gz: $(mtapp_dist_files)
tar -czf $@ -C $(dist_dir) dist
all:
$(MAKE) clean init build-app && $(MAKE) build && $(MAKE) pack
#####################################################################################
put-component:
scp mtapp-component-$(version).tar.gz $(component-share)
Expand Down
11 changes: 10 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,31 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="favicon.ico">
<title>Muzikos transkripcijos paslauga</title>

<!-- Komponentui reikalingi failai -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">

<link rel="stylesheet" href="at/alphaTab.css">
<script src="at/alphaTab.min.js"></script>

<link href="/css/app.css" rel="preload" as="style">
<link href="/css/chunk-vendors.css" rel="preload" as="style">
<link href="/js/app.js" rel="preload" as="script">
<link href="/js/chunk-vendors.js" rel="preload" as="script">
<link href="/css/chunk-vendors.css" rel="stylesheet">
<link href="/css/app.css" rel="stylesheet">
<!-- END: Komponentui reikalingi failai -->


</head>
<span>Viršus</span>


<!-- Čia inicializuojasi komponentas -->
<div id="app" data-url="https://wav2mid.intelektika.lt/mts/transcription"></div>
<script src="/js/chunk-vendors.js"></script>
<script src="/js/app.js"></script>
<!-- END: Čia inicializuojasi komponentas -->

<span>Apačia</span>
</body>
Expand Down

0 comments on commit 7435cd8

Please sign in to comment.