Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
0d62d32f
Verified
Commit
0d62d32f
authored
2 years ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: commit save point
parent
760c6ec0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/example/dom/customelement.mjs
+1
-0
1 addition, 0 deletions
application/example/dom/customelement.mjs
development/package.json
+0
-1
0 additions, 1 deletion
development/package.json
with
1 addition
and
1 deletion
application/example/dom/customelement.mjs
+
1
−
0
View file @
0d62d32f
import
{
CustomElement
}
from
'
@schukai/monster/source/dom/CustomElement
'
;
// In the example the user can use his own template by creating a template in the DOM with the ID `my-custom-element`.
// You can also specify a theme (for example `mytheme`), then it will search for the ID `my-custom-element-mytheme` and
// if not available for the ID `my-custom-element`.
...
...
This diff is collapsed.
Click to expand it.
development/package.json
+
0
−
1
View file @
0d62d32f
...
...
@@ -7,7 +7,6 @@
"url"
:
"https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
},
"scripts"
:
{
"build"
:
"echo
\"
Error: 'build' is not a supported command.
\"
&& exit 0"
,
"test"
:
"npx mocha --recursive test/cases/"
,
"web-test"
:
"script/web-test.sh"
,
"publish"
:
"script/release-and-publish.sh"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment