Skip to content

Commit

Permalink
Merge branch '0-v-0-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed Mar 14, 2024
2 parents 8fbbd7f + 9cfbb2e commit 6c9f43f
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 68 deletions.
2 changes: 1 addition & 1 deletion frameworks/non-keyed/cydon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8">
<title>Cydon</title>
<link href="/css/currentStyle.css" rel="stylesheet">
<script defer src="dist/main.js"></script>
</head>
<body>
<main-app>
Expand Down Expand Up @@ -52,5 +51,6 @@ <h1>Cydon</h1>
</div>
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
</main-app>
<script src="dist/main.js"></script>
</body>
</html>
131 changes: 67 additions & 64 deletions frameworks/non-keyed/cydon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions frameworks/non-keyed/cydon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"cydon": "^0.1.8",
"rollup": "^4.7.0",
"terser": "^5.26.0"
"cydon": "^0.1.9",
"rollup": "^4.12.1",
"terser": "^5.29.1"
},
"scripts": {
"dev": "rollup -c -w",
Expand Down
1 change: 1 addition & 0 deletions frameworks/non-keyed/cydon/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (process.env.production) {
export default {
input: 'src/main.js',
output: {
compact: true,
file: 'dist/main.js'
},
plugins
Expand Down

0 comments on commit 6c9f43f

Please sign in to comment.