Skip to content

Commit 3c11034

Browse files
committed
chore(*): Update codesandbox config
1 parent feea4e9 commit 3c11034

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

gulpfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ const processApp = (projectPath, dest, directoriesToExclude) => {
217217
if (p.indexOf(".") !== -1 && p !== codesandboxConfigFolder) {
218218
fs.writeFileSync(sampleAppPath + "/" + tempPath, sampleContent);
219219
} else
220-
if (!fs.existsSync(sampleAppPath + "/" + tempPath)) {
220+
if (p === 'Dockerfile') {
221+
fs.writeFileSync(sampleAppPath + "/" + tempPath, sampleContent);
222+
} else if (!fs.existsSync(sampleAppPath + "/" + tempPath)) {
221223
fs.mkdirSync(sampleAppPath + "/" + tempPath)
222224
}
223225
})

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"igniteui-angular-extras": "^16.0.2",
7272
"igniteui-angular-i18n": "^16.0.0",
7373
"igniteui-dockmanager": "^1.12.4",
74-
"igniteui-live-editing": "^2.0.9-beta.0",
74+
"igniteui-live-editing": "^2.0.9-beta.1",
7575
"igniteui-theming": "^1.2.0",
7676
"igniteui-webcomponents": "^4.2.3",
7777
"minireset.css": "0.0.6",

0 commit comments

Comments
 (0)