Skip to content

Commit

Permalink
Prepare for build
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Feb 10, 2024
1 parent 3512102 commit 50a689a
Show file tree
Hide file tree
Showing 4 changed files with 6,098 additions and 906 deletions.
1 change: 1 addition & 0 deletions explorer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# compiled output
/dist/
/tmp/
/storybook-static/

# dependencies
/bower_components/
Expand Down
34 changes: 8 additions & 26 deletions explorer/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,28 +1,10 @@
<!-- This file is auto-generated by ember-cli-storybook -->
<meta name="@hokulea/explorer/config/environment" content="%7B%22modulePrefix%22%3A%22%40hokulea%2Fexplorer%22%2C%22environment%22%3A%22test%22%2C%22rootURL%22%3A%22%2F%22%2C%22locationType%22%3A%22none%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Atrue%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22LOG_ACTIVE_GENERATION%22%3Afalse%2C%22LOG_VIEW_LOOKUPS%22%3Afalse%2C%22rootElement%22%3A%22%23ember-testing%22%2C%22autoboot%22%3Afalse%2C%22name%22%3A%22%40hokulea%2Fexplorer%22%2C%22version%22%3A%22addons-v2%2Bf30465a9%22%7D%7D" />
<link rel="stylesheet" href="./assets/vendor.css" />
<link rel="stylesheet" href="./assets/@hokulea/explorer.css" />
<link rel="stylesheet" href="./theemo/moana.css" />
<script src="./testem.js"></script>
<script src="./assets/vendor.js"></script>
<meta name="@hokulea/explorer/config/environment" content="%7B%22modulePrefix%22%3A%22%40hokulea%2Fexplorer%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22%2F%22%2C%22locationType%22%3A%22history%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%2C%22EXTEND_PROTOTYPES%22%3A%7B%22Date%22%3Afalse%7D%2C%22_APPLICATION_TEMPLATE_WRAPPER%22%3Afalse%2C%22_DEFAULT_ASYNC_OBSERVERS%22%3Atrue%2C%22_JQUERY_INTEGRATION%22%3Afalse%2C%22_TEMPLATE_ONLY_GLIMMER_COMPONENTS%22%3Atrue%7D%2C%22APP%22%3A%7B%22name%22%3A%22%40hokulea%2Fexplorer%22%2C%22version%22%3A%22addons-v2%2B3512102d%22%7D%7D" />
<link rel="stylesheet" href="./assets/vendor-f9fc7f0a9831d33bfa2e1017e5428a70.css" />
<link rel="stylesheet" href="./assets/@hokulea/explorer-0c08307f66a4eb6c8c3cfa58b358ad43.css" />
<link rel="stylesheet" href="./theemo/moana-3d4ddc76f6822be7693f0679837f31e9.css" />
<script src="./assets/vendor-4cea869f2ecaff4386e1b7fd956e1398.js"></script>
<script>window.Ember = require("ember").default; runningTests = true; Ember.testing=true;</script>
<script src="./assets/chunk.vendors-node_modules_pnpm_ember-async-data_1_0_3_ember-source_5_6_0_node_modules_ember-async--4efb1c.18bcfd27ba83feebbd6f.js"></script>
<script src="./assets/chunk.app.3bc2dd91e94b8fb1e5ed.js"></script>
<script src="./assets/chunk.vendors-node_modules_pnpm_ember-qunit_8_0_2__ember_test-helpers_3_2_1__glint_template_1_3_0_e-2a2f33.3768c013da4929c065a5.js"></script>
<script src="./assets/chunk.tests.1917b51b6bbc41df54e8.js"></script>
<script src="./assets/@hokulea/explorer.js"></script>
<script>
(function() {
var srcUrl = null;
var host = location.hostname || 'localhost';
var defaultPort = location.protocol === 'https:' ? 443 : 80;
var port = 4200;
var path = '';
var prefixURL = '';
var src = srcUrl || prefixURL + '/_lr/livereload.js?port=' + port + '&host=' + host + path;
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = location.protocol + '//' + host + ':4200' + src;
document.getElementsByTagName('head')[0].appendChild(script);
}());
</script>
<script src="./assets/chunk.944.615a800f0686904691e9.js"></script>
<script src="./assets/chunk.524.35b88fa165eb894b09d4.js"></script>
<script src="./assets/@hokulea/explorer-c9a84b0a2d6282472f9b38cd102fa51e.js"></script>
Loading

0 comments on commit 50a689a

Please sign in to comment.