Skip to content

Commit

Permalink
Merge pull request #49 from euphorie/scrum-1568--jquiupd
Browse files Browse the repository at this point in the history
Update NuPlone JavaScript infrastructure
  • Loading branch information
thet committed Sep 26, 2023
2 parents d584ae5 + dd817ca commit fbfe744
Show file tree
Hide file tree
Showing 180 changed files with 7,035 additions and 46,045 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[*]
indent_style = space
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[{*.js,*.json}]
[*{js,jsx,vue,ts}]
indent_size = 4

[{*.css,*.scss}]
[*.{css,scss,xml,html,yml}]
indent_size = 2

[Makefile]
Expand Down
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@patternslib/dev/.eslintrc.js");
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ bundle: stamp-yarn
-$(YARN) unlink @patternslib/patternslib
$(YARN) install --force
$(YARN) build
cp -R ./plonetheme/nuplone/static/bundle ./Prototype


.PHONY: bundledev
Expand Down
2 changes: 1 addition & 1 deletion Prototype/Templates/Base.dwt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="../style/main/base.css" />
<link rel="stylesheet" type="text/css" media="screen" href="../style/euphorie/base.css" />
<link rel="icon" type="image/png" href="../media/favicon.png" />
<script type="text/javascript" src="oira.cms.js"> </script>
<script type="text/javascript" src="bundle/oira.cms.min.js"> </script>
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion Prototype/Templates/Survey.dwt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" media="screen" href="../style/main/base.css" />
<link rel="stylesheet" type="text/css" media="screen" href="../style/euphorie/base.css" />
<link rel="icon" type="image/png" href="../media/favicon.png" />
<script type="text/javascript" src="oira.cms.js"> </script>
<script type="text/javascript" src="bundle/oira.cms.min.js"> </script>
<!-- InstanceBeginEditable name="head" --><!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable --><!-- InstanceEndEditable -->
</head>
<body>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions Prototype/bundle/chunks/0.a3d23778453ad969ef87.min.js

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

1 change: 1 addition & 0 deletions Prototype/bundle/chunks/0.a3d23778453ad969ef87.min.js.map

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

2 changes: 2 additions & 0 deletions Prototype/bundle/chunks/10.3c6c25a5bee078945390.min.js

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

1 change: 1 addition & 0 deletions Prototype/bundle/chunks/10.3c6c25a5bee078945390.min.js.map

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

2 changes: 2 additions & 0 deletions Prototype/bundle/chunks/105.1b49c3ee71d08bc44a99.min.js

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

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

Loading

0 comments on commit fbfe744

Please sign in to comment.