Skip to content

Commit fdf60b3

Browse files
authored
Merge pull request #158 from 2sic/develop
15.03
2 parents df46958 + cbae332 commit fdf60b3

File tree

12 files changed

+1946
-3
lines changed

12 files changed

+1946
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ projects/quick-dialog/dist
1818
projects/sxc-typings/parts/dist
1919

2020
projects/sxc-docs
21+
22+
.temp_cache

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "2sxc-ui",
3-
"version": "15.01.00",
3+
"version": "15.03.00",
44
"description": "2sxc UI - the JS UI of 2sxc",
55
"scripts": {
6-
"release-all": "npm run js2sxc && npm run inpage && npm run snippets && npm run quickdialog && npm run turn-on && npm run cms-wysiwyg",
6+
"release-all": "npm run js2sxc && npm run inpage && npm run snippets && npm run quickdialog && npm run turn-on && npm run cms && npm run cms-dist",
77
"js2sxc": "cd projects/$2sxc && npm run release && cd ../..",
88
"inpage": "cd projects/inpage && npm run release && cd ../..",
99
"snippets": "cd projects/code-editor-snippets && npm run gulp && cd ../..",
1010
"quickdialog": "cd projects/quick-dialog && npm run release && cd ../..",
11+
"cms": "cd projects/cms && npm run release && cd ../..",
1112
"doc-dnn-sxc-angular": "cd projects/dnn-sxc-angular/ && typedoc --tsconfig projects/dnn-sxc-angular && cd ../..",
1213
"turn-on": "robocopy projects/turnOn/dist/ %Dev2sxcAssets%/dist/turnOn && robocopy projects/turnOn/dist/ %Dev2sxcDnnRoot%/DesktopModules/ToSIC_SexyContent/dist/turnOn",
13-
"cms-wysiwyg": "robocopy projects/cms/dist/ %Dev2sxcAssets%/dist/cms && robocopy projects/cms/dist/ %Dev2sxcDnnRoot%/DesktopModules/ToSIC_SexyContent/dist/cms"
14+
"cms-dist": "robocopy projects/cms/dist/ %Dev2sxcAssets%/dist/cms && robocopy projects/cms/dist/ %Dev2sxcDnnRoot%/DesktopModules/ToSIC_SexyContent/dist/cms"
1415
},
1516
"repository": {
1617
"type": "git",

projects/cms/dist/wysiwyg.min.css

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/cms/dist/wysiwyg.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)