Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
GiordanoT committed Sep 18, 2023
1 parent e36f416 commit 95e6966
Show file tree
Hide file tree
Showing 1,713 changed files with 947,283 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"files": {
"main.css": "/static/css/main.205c12d9.css",
"main.js": "/static/js/main.bbe97fb5.js",
"main.css.map": "/static/css/main.205c12d9.css.map",
"main.js.map": "/static/js/main.bbe97fb5.js.map",
"index.html": "/index.html",
"static/media/bootstrap-icons.css": "/static/media/bootstrap-icons.ea98e12d.woff2",
"static/media/view.scss": "/static/media/graph.050121cf.svg",
"static/media/splash.png": "/static/media/splash.70a592ca.png",
"static/media/style.scss": "/static/media/toggle-on.48413808.svg"
},
"entrypoints": [
"static/css/main.205c12d9.css",
"static/js/main.bbe97fb5.js"
]
}
Binary file added build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en" style="height:100%;width:100%"><head><meta charset="utf-8"/><link rel="icon" href="/logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>JJodel</title><link href="/static/css/main.205c12d9.css" rel="stylesheet"></head><body style="height:100%;width:100%;background-color:#fff"><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" style="height:100%;width:100%"></div><script src="/static/js/main.bbe97fb5.js"></script></body></html>
44 changes: 44 additions & 0 deletions build/index.html.tmp
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="en-us">
<title>Example Web Editor</title>
<link rel="stylesheet" type="text/css" href="xtext/2.26.0-SNAPSHOT/xtext-ace.css"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<script src="webjars/requirejs/2.3.6/require.min.js"></script>
<script type="text/javascript">
var baseUrl = window.location.pathname;
var fileIndex = baseUrl.indexOf("index.html");
if (fileIndex > 0)
baseUrl = baseUrl.slice(0, fileIndex);
require.config({
baseUrl: baseUrl,
paths: {
"jquery": "webjars/jquery/3.6.0/jquery.min",
"ace/ext/language_tools": "webjars/ace/1.3.3/src/ext-language_tools",
"xtext/xtext-ace": "xtext/2.26.0-SNAPSHOT/xtext-ace"
}
});
require(["webjars/ace/1.3.3/src/ace"], function() {
require(["xtext/xtext-ace"], function(xtext) {
xtext.createEditor({
baseUrl: baseUrl,
syntaxDefinition: "xtext-resources/generated/mode-ocl"
});
});
});
</script>
</head>
<body>

<div class="container">
<div class="header">
<h1>Example Ocl Web Editor</h1>
</div>
<div class="content">
<div id="xtext-editor" data-editor-xtext-lang="ocl"></div>
</div>
</div>

</body>
</html>
Binary file added build/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
6,043 changes: 6,043 additions & 0 deletions build/static/css/main.205c12d9.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.205c12d9.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 95e6966

Please sign in to comment.