15 lines
404 B
Handlebars
15 lines
404 B
Handlebars
|
<link rel="stylesheet" href="{{ asset 'css/noncritical.css' }}">
|
||
|
<link rel="stylesheet" href="{{ asset 'css/icons.css' }}">
|
||
|
|
||
|
{{#if dev}}
|
||
|
<script type="module">
|
||
|
import "treehouse/dev/live-reload.js";
|
||
|
import "treehouse/dev/picture-upload.js";
|
||
|
</script>
|
||
|
<link rel="stylesheet" href="{{ asset 'css/dev.css' }}">
|
||
|
{{/if}}
|
||
|
|
||
|
<script type="module" async>
|
||
|
import "treehouse/command-line.js";
|
||
|
</script>
|