blob: 9898289e17291bbdc64b2136f2e148e7a9c0aef9 [file] [log] [blame]
Eric Parkc9931992019-07-29 13:10:53 +09001
2
3
4
5<!doctype html>
6<html lang="en" class="no-js">
7 <head>
8
9 <meta charset="utf-8">
10 <meta name="viewport" content="width=device-width,initial-scale=1">
11 <meta http-equiv="x-ua-compatible" content="ie=edge">
12
13
14
15
16 <meta name="lang:clipboard.copy" content="Copy to clipboard">
17
18 <meta name="lang:clipboard.copied" content="Copied to clipboard">
19
20 <meta name="lang:search.language" content="en">
21
22 <meta name="lang:search.pipeline.stopwords" content="True">
23
24 <meta name="lang:search.pipeline.trimmer" content="True">
25
26 <meta name="lang:search.result.none" content="No matching documents">
27
28 <meta name="lang:search.result.one" content="1 matching document">
29
30 <meta name="lang:search.result.other" content="# matching documents">
31
32 <meta name="lang:search.tokenizer" content="[\s\-]+">
33
34 <link rel="shortcut icon" href="../../assets/images/favicon.png">
Eric Park45174ca2019-10-21 01:38:33 +080035 <meta name="generator" content="mkdocs-1.0.4, mkdocs-material-4.4.3">
Eric Parkc9931992019-07-29 13:10:53 +090036
37
38
39 <title>Build Tips - Team Bliss</title>
40
41
42
Eric Park45174ca2019-10-21 01:38:33 +080043 <link rel="stylesheet" href="../../assets/stylesheets/application.30686662.css">
Eric Parkc9931992019-07-29 13:10:53 +090044
45
46
47
48 <script src="../../assets/javascripts/modernizr.74668098.js"></script>
49
50
51
52 <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
53 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700|Roboto+Mono&display=fallback">
54 <style>body,input{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif}code,kbd,pre{font-family:"Roboto Mono","Courier New",Courier,monospace}</style>
55
56
57 <link rel="stylesheet" href="../../assets/fonts/material-icons.css">
58
59
60
61
62
63
64 </head>
65
66 <body dir="ltr">
67
68 <svg class="md-svg">
69 <defs>
70
71
72 </defs>
73 </svg>
74 <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
75 <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
76 <label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
77
78 <a href="#build-tips" tabindex="1" class="md-skip">
79 Skip to content
80 </a>
81
82
83 <header class="md-header" data-md-component="header">
84 <nav class="md-header-nav md-grid">
85 <div class="md-flex">
86 <div class="md-flex__cell md-flex__cell--shrink">
87 <a href="../.." title="Team Bliss" class="md-header-nav__button md-logo">
88
89 <i class="md-icon"></i>
90
91 </a>
92 </div>
93 <div class="md-flex__cell md-flex__cell--shrink">
94 <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
95 </div>
96 <div class="md-flex__cell md-flex__cell--stretch">
97 <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
98
99 <span class="md-header-nav__topic">
100 Team Bliss
101 </span>
102 <span class="md-header-nav__topic">
103
104 Build Tips
105
106 </span>
107
108 </div>
109 </div>
110 <div class="md-flex__cell md-flex__cell--shrink">
111
112 <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
113
114<div class="md-search" data-md-component="search" role="dialog">
115 <label class="md-search__overlay" for="__search"></label>
116 <div class="md-search__inner" role="search">
117 <form class="md-search__form" name="search">
118 <input type="text" class="md-search__input" name="query" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
119 <label class="md-icon md-search__icon" for="__search"></label>
120 <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">
121 &#xE5CD;
122 </button>
123 </form>
124 <div class="md-search__output">
125 <div class="md-search__scrollwrap" data-md-scrollfix>
126 <div class="md-search-result" data-md-component="result">
127 <div class="md-search-result__meta">
128 Type to start searching
129 </div>
130 <ol class="md-search-result__list"></ol>
131 </div>
132 </div>
133 </div>
134 </div>
135</div>
136
137 </div>
138
139 </div>
140 </nav>
141</header>
142
143 <div class="md-container">
144
145
146
147
Eric Park45174ca2019-10-21 01:38:33 +0800148 <main class="md-main" role="main">
Eric Parkc9931992019-07-29 13:10:53 +0900149 <div class="md-main__inner md-grid" data-md-component="container">
150
151
152 <div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
153 <div class="md-sidebar__scrollwrap">
154 <div class="md-sidebar__inner">
155 <nav class="md-nav md-nav--primary" data-md-level="0">
156 <label class="md-nav__title md-nav__title--site" for="__drawer">
157 <a href="../.." title="Team Bliss" class="md-nav__button md-logo">
158
159 <i class="md-icon"></i>
160
161 </a>
162 Team Bliss
163 </label>
164
165 <ul class="md-nav__list" data-md-scrollfix>
166
167
168
169
170
171
172 <li class="md-nav__item">
Eric Park5e3a1012019-08-12 13:17:03 +0800173 <a href="../.." title="Home" class="md-nav__link">
174 Home
Eric Parkc9931992019-07-29 13:10:53 +0900175 </a>
176 </li>
177
178
179
180
181
182
183
184 <li class="md-nav__item md-nav__item--nested">
185
186 <input class="md-toggle md-nav__toggle" data-md-toggle="nav-2" type="checkbox" id="nav-2">
187
188 <label class="md-nav__link" for="nav-2">
189 Bliss OS
190 </label>
191 <nav class="md-nav" data-md-component="collapsible" data-md-level="1">
192 <label class="md-nav__title" for="nav-2">
193 Bliss OS
194 </label>
195 <ul class="md-nav__list" data-md-scrollfix>
196
197
198
199
200
201
202
203 <li class="md-nav__item">
204 <a href="../../Bliss OS/" title="Index" class="md-nav__link">
205 Index
206 </a>
207 </li>
208
209
Eric Park608ce5a2019-08-07 21:27:46 +0800210
211
212
213
214
215 <li class="md-nav__item">
Eric Park5e3a1012019-08-12 13:17:03 +0800216 <a href="../../Bliss OS/build-guide/" title="Build Guide" class="md-nav__link">
217 Build Guide
218 </a>
219 </li>
220
221
222
223
224
225
226
227 <li class="md-nav__item">
Eric Park608ce5a2019-08-07 21:27:46 +0800228 <a href="../../Bliss OS/extras/" title="Extras" class="md-nav__link">
229 Extras
230 </a>
231 </li>
232
233
234
235
236
237
238
239 <li class="md-nav__item">
240 <a href="../../Bliss OS/installation-guide/" title="Installation Guide" class="md-nav__link">
241 Installation Guide
242 </a>
243 </li>
244
245
246
247
248
249
250
251 <li class="md-nav__item">
252 <a href="../../Bliss OS/troubleshooting/" title="Troubleshooting" class="md-nav__link">
253 Troubleshooting
254 </a>
255 </li>
256
257
Eric Parkc9931992019-07-29 13:10:53 +0900258 </ul>
259 </nav>
260 </li>
261
262
263
264
265
266
267
268
269
270 <li class="md-nav__item md-nav__item--active md-nav__item--nested">
271
272 <input class="md-toggle md-nav__toggle" data-md-toggle="nav-3" type="checkbox" id="nav-3" checked>
273
274 <label class="md-nav__link" for="nav-3">
275 BlissRoms
276 </label>
277 <nav class="md-nav" data-md-component="collapsible" data-md-level="1">
278 <label class="md-nav__title" for="nav-3">
279 BlissRoms
280 </label>
281 <ul class="md-nav__list" data-md-scrollfix>
282
283
284
285
286
287
288
289 <li class="md-nav__item">
290 <a href="../" title="Index" class="md-nav__link">
291 Index
292 </a>
293 </li>
294
295
296
297
298
299
300
301 <li class="md-nav__item">
Eric Park608ce5a2019-08-07 21:27:46 +0800302 <a href="../build-guide/" title="Build Guide" class="md-nav__link">
303 Build Guide
Eric Parkc9931992019-07-29 13:10:53 +0900304 </a>
305 </li>
306
307
308
309
310
311
312
313
314
315 <li class="md-nav__item md-nav__item--active">
316
317 <input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
318
319
320
321
322 <label class="md-nav__link md-nav__link--active" for="__toc">
323 Build Tips
324 </label>
325
326 <a href="./" title="Build Tips" class="md-nav__link md-nav__link--active">
327 Build Tips
328 </a>
329
330
331<nav class="md-nav md-nav--secondary">
332
333
334
335
336
337 <label class="md-nav__title" for="__toc">Table of contents</label>
338 <ul class="md-nav__list" data-md-scrollfix>
339
340 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800341 <a href="#repo-optimization-tips" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900342 repo optimization tips
343 </a>
344
345 <nav class="md-nav">
346 <ul class="md-nav__list">
347
348 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800349 <a href="#threads" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900350 Threads
351 </a>
352
353</li>
354
355 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800356 <a href="#current-history-only" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900357 Current history only
358 </a>
359
360</li>
361
362 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800363 <a href="#minimal-fetch" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900364 Minimal fetch
365 </a>
366
367</li>
368
369 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800370 <a href="#putting-it-all-together" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900371 Putting it all together
372 </a>
373
374</li>
375
376 </ul>
377 </nav>
378
379</li>
380
381 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800382 <a href="#reset-tree" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900383 Reset tree
384 </a>
385
386</li>
387
388 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800389 <a href="#github-cherry-pick" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900390 GitHub cherry-pick
391 </a>
392
393</li>
394
395 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800396 <a href="#make-and-go-inside" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900397 Make and go inside
398 </a>
399
400</li>
401
402
403
404
405
406 </ul>
407
408</nav>
409
410 </li>
411
412
413 </ul>
414 </nav>
415 </li>
416
417
418
419
420
421
422
423 <li class="md-nav__item md-nav__item--nested">
424
425 <input class="md-toggle md-nav__toggle" data-md-toggle="nav-4" type="checkbox" id="nav-4">
426
427 <label class="md-nav__link" for="nav-4">
428 Common
429 </label>
430 <nav class="md-nav" data-md-component="collapsible" data-md-level="1">
431 <label class="md-nav__title" for="nav-4">
432 Common
433 </label>
434 <ul class="md-nav__list" data-md-scrollfix>
435
436
437
438
439
440
441
442 <li class="md-nav__item">
443 <a href="../../common/" title="Index" class="md-nav__link">
444 Index
445 </a>
446 </li>
447
448
449
450
451
452
453
454 <li class="md-nav__item">
455 <a href="../../common/git-started/" title="Git Started" class="md-nav__link">
456 Git Started
457 </a>
458 </li>
459
460
Eric Park608ce5a2019-08-07 21:27:46 +0800461
462
463
464
465
466 <li class="md-nav__item">
Eric Park8584eda2019-09-02 09:45:55 +0800467 <a href="../../common/maintaining-proper-authorship/" title="Maintaining proper authorship" class="md-nav__link">
468 Maintaining proper authorship
469 </a>
470 </li>
471
472
473
474
475
476
477
478 <li class="md-nav__item">
Eric Park608ce5a2019-08-07 21:27:46 +0800479 <a href="../../common/using-dippy-bird/" title="Using `dippy-bird`" class="md-nav__link">
480 Using `dippy-bird`
481 </a>
482 </li>
483
484
Eric Parkc9931992019-07-29 13:10:53 +0900485 </ul>
486 </nav>
487 </li>
488
489
490
491
492
493
494
495 <li class="md-nav__item md-nav__item--nested">
496
497 <input class="md-toggle md-nav__toggle" data-md-toggle="nav-5" type="checkbox" id="nav-5">
498
499 <label class="md-nav__link" for="nav-5">
500 Infrastructure
501 </label>
502 <nav class="md-nav" data-md-component="collapsible" data-md-level="1">
503 <label class="md-nav__title" for="nav-5">
504 Infrastructure
505 </label>
506 <ul class="md-nav__list" data-md-scrollfix>
507
508
509
510
511
512
513
514 <li class="md-nav__item">
515 <a href="../../infrastructure/" title="Index" class="md-nav__link">
516 Index
517 </a>
518 </li>
519
520
521 </ul>
522 </nav>
523 </li>
524
525
526 </ul>
527</nav>
528 </div>
529 </div>
530 </div>
531
532
533 <div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
534 <div class="md-sidebar__scrollwrap">
535 <div class="md-sidebar__inner">
536
537<nav class="md-nav md-nav--secondary">
538
539
540
541
542
543 <label class="md-nav__title" for="__toc">Table of contents</label>
544 <ul class="md-nav__list" data-md-scrollfix>
545
546 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800547 <a href="#repo-optimization-tips" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900548 repo optimization tips
549 </a>
550
551 <nav class="md-nav">
552 <ul class="md-nav__list">
553
554 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800555 <a href="#threads" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900556 Threads
557 </a>
558
559</li>
560
561 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800562 <a href="#current-history-only" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900563 Current history only
564 </a>
565
566</li>
567
568 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800569 <a href="#minimal-fetch" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900570 Minimal fetch
571 </a>
572
573</li>
574
575 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800576 <a href="#putting-it-all-together" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900577 Putting it all together
578 </a>
579
580</li>
581
582 </ul>
583 </nav>
584
585</li>
586
587 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800588 <a href="#reset-tree" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900589 Reset tree
590 </a>
591
592</li>
593
594 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800595 <a href="#github-cherry-pick" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900596 GitHub cherry-pick
597 </a>
598
599</li>
600
601 <li class="md-nav__item">
Eric Park45174ca2019-10-21 01:38:33 +0800602 <a href="#make-and-go-inside" class="md-nav__link">
Eric Parkc9931992019-07-29 13:10:53 +0900603 Make and go inside
604 </a>
605
606</li>
607
608
609
610
611
612 </ul>
613
614</nav>
615 </div>
616 </div>
617 </div>
618
619
620 <div class="md-content">
621 <article class="md-content__inner md-typeset">
622
623
624
625 <h1 id="build-tips">Build Tips</h1>
626<p>Here's a collective list of things you can try to improve your builds. Have fun!</p>
627<h2 id="repo-optimization-tips"><code>repo</code> optimization tips</h2>
628<h3 id="threads">Threads</h3>
629<p>By default, <code>repo</code> only utilizes four threads (or whatever the ROM manifest declares.) If you have a stronger machine with more threads, you can increase this number. So, for example, if you have 24 threads, you would type:</p>
630<pre><code>repo sync -j24
631</code></pre>
632<h3 id="current-history-only">Current history only</h3>
633<p>This should be set by default in your ROM manifest, but just in case, you can tell <code>repo</code> to only fetch recent changes. This allows for smaller downloads, which makes the sync quicker. Add the flag:</p>
634<pre><code>repo sync -c
635</code></pre>
Eric Parkc9931992019-07-29 13:10:53 +0900636<h3 id="minimal-fetch">Minimal fetch</h3>
637<p>To disable syncing clone bundles and tags, use:</p>
638<pre><code>repo sync --no-clone-bundle --no-tags
639</code></pre>
640<p>More documentation on this required, but for most developers these flags will be OK to use. This makes the sync faster as there is less information to sync over.</p>
641<h3 id="putting-it-all-together">Putting it all together</h3>
Eric Park5f5aa442019-12-28 16:32:53 +0900642<pre><code>repo sync -c -j24 --no-clone-bundle --no-tags
Eric Parkc9931992019-07-29 13:10:53 +0900643</code></pre>
644<p>That's quite long! How about we add this to our <code>.bashrc</code> as a alias? That way, we only have to type one phrase for <code>bash</code> to automatically type that out for us.</p>
645<p>Open up <code>~/.bashrc</code> and add these lines:</p>
646<pre><code># Alias to sync
Eric Park5f5aa442019-12-28 16:32:53 +0900647alias reposync='repo sync -c -j24 --no-clone-bundle --no-tags'
Eric Parkc9931992019-07-29 13:10:53 +0900648</code></pre>
649<p>This way, next time you want to sync, just type <code>reposync</code> and <code>bash</code> will substitute the command for you. Easy! Just don't forget to <code>source ~/.bashrc</code> otherwise <code>bash</code> will not know of this new alias.</p>
650<h2 id="reset-tree">Reset tree</h2>
651<p><strong>Warning! Very destructive tip. Do not use if you don't know what you are doing!</strong></p>
652<p>While messing around with device specific folders, you may break something and the build process might not work. Or, you may have multiple devices synced and you want to delete it all and start over. However, you might have limited bandwidth, and might not want to download the source over again.</p>
653<p>Add this function to your <code>~/.bashrc</code>:</p>
654<pre><code># Script to clean the source
655function resettree() {
656 rm -rf device kernel vendor out .repo/local_manifests
657 reposync
658}
659</code></pre>
660<p>Let's go over what this does, word by word:</p>
661<ul>
662<li><code>rm -rf</code>: Destructive command to erase all of the following:</li>
663<li><code>device</code> folder: Holds all device-related files</li>
664<li><code>kernel</code> folder: Holds all kernel-related files for devices</li>
665<li><code>vendor</code> folder: Holds all vendor-related files for devices AND ROM-specific vendor customizations</li>
666<li><code>out</code> folder: Stores artifacts of builds</li>
667<li><code>.repo/local_manifests</code> folder: Stores "manifest" information of devices to sync.</li>
668<li><code>reposync</code>: Executes the <code>repo sync</code> alias we made earlier.</li>
669</ul>
670<p>The last line is important, because by deleting the <code>vendor</code> folder, we also delete some crucial files for building Bliss. To fix that, we rerun a sync. Note that because we did not delete any other folders, syncing and updating files only take a fraction of a time compared to starting from scratch.</p>
671<p>To use this, after copying, don't forget to <code>source ~/.bashrc</code>. Then, run <code>resettree</code> at the base folder of the source code. Once you're done, don't forget to initialize a new device using <code>breakfast &lt;devicename&gt;</code>.</p>
672<h2 id="github-cherry-pick">GitHub cherry-pick</h2>
673<p>Thanks to @blueyes for providing the script!</p>
674<p>Copy the following into your <code>~/.bashrc</code>:</p>
675<pre><code>function gcp() {
676 COMMIT=`echo "$1" | cut -d/ -f6`
677 GH=`echo "$1" | cut -d/ -f1-3`
678 if [ "$COMMIT" != "commit" ]; then
679 echo -e "Please use a commit URL."
680 elif [ "$GH" != "https://github.com" ]; then
681 echo -e "Please use an https://github.com/ URL."
682 else
683 PROJECT=`echo "$1" | cut -d/ -f1-5`
684 git fetch $PROJECT
685 CP=`echo "$1" | cut -d/ -f7`
686 git cherry-pick $CP
687 fi
688}
689</code></pre>
690<p>To use this, <code>source ~/.bashrc</code> and then run <code>gcp &lt;GitHub commit URL here&gt;</code>.</p>
691<h2 id="make-and-go-inside">Make and go inside</h2>
692<p>This is a quick way to create and go inside a folder. Once again, copy this to your <code>~/.bashrc</code>:</p>
693<pre><code>function mkcdir ()
694{
695 mkdir -p -- "$1" &amp;&amp;
696 cd -P -- "$1"
697}
698</code></pre>
699<p>Don't forget to <code>source</code>, and run <code>mkcdir &lt;directory name&gt;</code>.</p>
700
701
702
703
704
705
706
707
708
709 </article>
710 </div>
711 </div>
712 </main>
713
714
715<footer class="md-footer">
716
717 <div class="md-footer-nav">
718 <nav class="md-footer-nav__inner md-grid">
719
Eric Park608ce5a2019-08-07 21:27:46 +0800720 <a href="../build-guide/" title="Build Guide" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
Eric Parkc9931992019-07-29 13:10:53 +0900721 <div class="md-flex__cell md-flex__cell--shrink">
722 <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
723 </div>
724 <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
725 <span class="md-flex__ellipsis">
726 <span class="md-footer-nav__direction">
727 Previous
728 </span>
Eric Park608ce5a2019-08-07 21:27:46 +0800729 Build Guide
Eric Parkc9931992019-07-29 13:10:53 +0900730 </span>
731 </div>
732 </a>
733
734
735 <a href="../../common/" title="Index" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
736 <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
737 <span class="md-flex__ellipsis">
738 <span class="md-footer-nav__direction">
739 Next
740 </span>
741 Index
742 </span>
743 </div>
744 <div class="md-flex__cell md-flex__cell--shrink">
745 <i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i>
746 </div>
747 </a>
748
749 </nav>
750 </div>
751
752 <div class="md-footer-meta md-typeset">
753 <div class="md-footer-meta__inner md-grid">
754 <div class="md-footer-copyright">
755
756 powered by
757 <a href="https://www.mkdocs.org">MkDocs</a>
758 and
759 <a href="https://squidfunk.github.io/mkdocs-material/">
760 Material for MkDocs</a>
761 </div>
762
763 </div>
764 </div>
765</footer>
766
767 </div>
768
Eric Park45174ca2019-10-21 01:38:33 +0800769 <script src="../../assets/javascripts/application.ac79c3b0.js"></script>
Eric Parkc9931992019-07-29 13:10:53 +0900770
771 <script>app.initialize({version:"1.0.4",url:{base:"../.."}})</script>
772
773
774 </body>
775</html>