Skip to content

Commit 29bc973

Browse files
committed
deploy: 8a905e4
1 parent 83bde76 commit 29bc973

27 files changed

+106
-64
lines changed

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ window.AppConfig = {
2323
"extension_store_url": "https://store.core.ai/src/",
2424
"app_notification_url": "assets/notifications/dev/",
2525
"linting.enabled_by_default": true,
26-
"build_timestamp": "2024-01-19T11:46:15.116Z",
26+
"build_timestamp": "2024-01-19T12:18:16.360Z",
2727
"googleAnalyticsID": "G-P4HJFPDB76",
2828
"googleAnalyticsIDDesktop": "G-VE5BXWJ0HF",
2929
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
@@ -34,7 +34,7 @@ window.AppConfig = {
3434
"bugsnagEnv": "development"
3535
},
3636
"name": "Phoenix",
37-
"version": "3.2.20-19742",
37+
"version": "3.2.20-19743",
3838
"apiVersion": "3.2.20",
3939
"homepage": "https://core.ai",
4040
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

brackets-min.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ define(function (require, exports, module) {
303303
function _startupBrackets() {
304304
// Load all extensions. This promise will complete even if one or more
305305
// extensions fail to load.
306+
console.log("Starting Brackets...");
306307
const extensionPathOverride = params.get("extensions"); // used by unit tests
307308
const extensionLoaderPromise = ExtensionLoader.init(extensionPathOverride ? extensionPathOverride.split(",") : null);
308309

brackets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ define(function (require, exports, module) {
303303
function _startupBrackets() {
304304
// Load all extensions. This promise will complete even if one or more
305305
// extensions fail to load.
306+
console.log("Starting Brackets...");
306307
const extensionPathOverride = params.get("extensions"); // used by unit tests
307308
const extensionLoaderPromise = ExtensionLoader.init(extensionPathOverride ? extensionPathOverride.split(",") : null);
308309

cacheManifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"appConfig.js": "284e93e0672f00c9e403bba125c9b7e6",
3-
"assets/default-project/en.zip": "29b2d064127f1afa0082c8b98cc61d4f",
2+
"appConfig.js": "b8fec46aea59a1a3015ffe633cbc52f8",
3+
"assets/default-project/en.zip": "4667072925df94def7bccaa91b154ec6",
44
"assets/default-project/en/images/cloud1.svg": "aca7bba84a2237f1c1988caea54a67a9",
55
"assets/default-project/en/images/cloud2.svg": "02880216ac461f1578ac8a18f158ce28",
66
"assets/default-project/en/images/cloud3.svg": "7a78bb29bd895ead8c171001244d9b7d",
@@ -120,7 +120,7 @@
120120
"assets/phoenix-splash/live-preview-error.html": "98b11e5ae0c9341ab1450e029065ac7b",
121121
"assets/phoenix-splash/no-preview.html": "2c51d14109552b59976145fe9ac33236",
122122
"assets/phoenix-splash/styles.css": "6809a039001526eeec64eeef1f0ad807",
123-
"assets/sample-projects/bootstrap-blog.zip": "8a349db521a81010234db4f260e9362f",
123+
"assets/sample-projects/bootstrap-blog.zip": "598fc0fdea8f47711d6c6072a1633d66",
124124
"assets/sample-projects/bootstrap-blog/assets/brand/bootstrap-logo-white.svg": "2e642df55357162ad28519305c8fd4fe",
125125
"assets/sample-projects/bootstrap-blog/assets/brand/bootstrap-logo.svg": "88eef7f3c2bcf988457a0e6d123c3f1d",
126126
"assets/sample-projects/bootstrap-blog/assets/dist/css/bootstrap.min.css": "6d9c6fda1e7087224431cc8068bb998f",
@@ -130,7 +130,7 @@
130130
"assets/sample-projects/bootstrap-blog/blog.rtl.css": "c6c275bf0b804d3dec264ec7fb3d7677",
131131
"assets/sample-projects/bootstrap-blog/index-rtl.html": "506e2d3fd1c4bb3651377144a62d5e82",
132132
"assets/sample-projects/bootstrap-blog/index.html": "dd8824ad3c9520dc0a825176d20eb694",
133-
"assets/sample-projects/dashboard.zip": "61cc9428fbfbd14a72d45e7bc5aa8563",
133+
"assets/sample-projects/dashboard.zip": "428fa324efc7681bacc19d18ae46153d",
134134
"assets/sample-projects/dashboard/assets/brand/bootstrap-logo-white.svg": "2e642df55357162ad28519305c8fd4fe",
135135
"assets/sample-projects/dashboard/assets/brand/bootstrap-logo.svg": "88eef7f3c2bcf988457a0e6d123c3f1d",
136136
"assets/sample-projects/dashboard/assets/dist/css/bootstrap.min.css": "6d9c6fda1e7087224431cc8068bb998f",
@@ -142,7 +142,7 @@
142142
"assets/sample-projects/dashboard/index.html": "ddfda6ea9dfc8e12a8dcbbf065c804de",
143143
"assets/sample-projects/dashboard/signin.css": "a71ff2b493f230e0d6585793c2115809",
144144
"assets/sample-projects/dashboard/signin.html": "b108c183dfa7e2da3d88ec79bee79509",
145-
"assets/sample-projects/explore.zip": "1d5d1b9f41a78388c54fbd0829450b1f",
145+
"assets/sample-projects/explore.zip": "84e56c676d36af8733b7761996d5eadf",
146146
"assets/sample-projects/explore/A-tribute-page.html": "007699e85177db3d1cd87d0d47440b36",
147147
"assets/sample-projects/explore/adjustable-fireworks.html": "706a0995d00d8ae009b5426cf7ee69be",
148148
"assets/sample-projects/explore/ant_colony.html": "d0885229e57caecc83049b50ee98560c",
@@ -232,7 +232,7 @@
232232
"assets/sample-projects/explore/watermelon-pixel.html": "6f6754e8073436bb823807a10a0446ea",
233233
"assets/sample-projects/explore/webmine.html": "9879458a48c757dc6671d408e940da4d",
234234
"assets/sample-projects/explore/whack-a-mole.html": "827f15c53657350b9c898fa27ecf15ac",
235-
"assets/sample-projects/home-pages.zip": "c6c6a07733ca3cb396c3293dcbabb035",
235+
"assets/sample-projects/home-pages.zip": "d584045f7902e2bcefed10cccc256aa9",
236236
"assets/sample-projects/home-pages/album/index.html": "df20e4a479659463ab9d3f6b4ca4dbd1",
237237
"assets/sample-projects/home-pages/assets/brand/bootstrap-logo-white.svg": "2e642df55357162ad28519305c8fd4fe",
238238
"assets/sample-projects/home-pages/assets/brand/bootstrap-logo.svg": "88eef7f3c2bcf988457a0e6d123c3f1d",
@@ -244,24 +244,24 @@
244244
"assets/sample-projects/home-pages/carousel/index.html": "fc5bf7b2d8640a2c393f465294210e7c",
245245
"assets/sample-projects/home-pages/cover/cover.css": "3738586a82dd90263617020e7f1db82e",
246246
"assets/sample-projects/home-pages/cover/index.html": "a0ae1a11224672532b3466df93ce0821",
247-
"assets/sample-projects/HTML5.zip": "8c2ed7e589b43c9446e10289c2d07709",
247+
"assets/sample-projects/HTML5.zip": "38d53a6ebba341fae337099bca7bb693",
248248
"assets/sample-projects/HTML5/index.html": "ca318e370d63b3e083d3bd63052b8252",
249249
"assets/sample-projects/HTML5/script.js": "47de56d88cd6d866c4f77027128c0dd7",
250250
"assets/sample-projects/HTML5/styles.css": "8c798c8b3bba7e4d49dfe99b4deccd47",
251251
"assets/sample-projects/new-project-list.json": "52493b6373285d18a51a7e0319d812c2",
252252
"assets/sample-projects/zips/bootstrap.zip": "47b3132b5dbf324d6396188cf68ecae1",
253253
"base-config/keyboard.json": "fe78beab83ea31263c340439e97d4867",
254-
"brackets-min.js": "69efbd62f25653f8366bdaee149efbb0",
254+
"brackets-min.js": "7af0e747d5d97779638fb9d99e9234d3",
255255
"brackets.config.dist.json": "65a7ad178b006a23115433cead0e3dc4",
256256
"brackets.config.staging.json": "64d4ae88ab3bf0a0841ee76ef036991d",
257-
"brackets.js": "ec2ae12d8f29444312817b05ddf0c10e",
258-
"cacheManifest.json": "267c944369f356fbaad24a043718646a",
257+
"brackets.js": "a10cff01bc98ebc42d27cf4a51791345",
258+
"cacheManifest.json": "4bdf6ab782d92f3286a864c82fd645b7",
259259
"command/CommandManager.js": "8763fce16883bbef252604330ac3bf49",
260260
"command/Commands.js": "15ae60b455ceef44d09dbfbdebf05567",
261261
"command/DefaultMenus.js": "95ac6ecc14fc1a5f5681d8535df92964",
262262
"command/KeyBindingManager.js": "fef7621c53af1cec6e070b4be6b82a5f",
263263
"command/Menus.js": "1dc0ebdbebf8815667452d61ae63728e",
264-
"config.json": "9acd5b89fad43960ef659cfae0c74fa5",
264+
"config.json": "4711beb06ed93d81eff2a82177fe2d0b",
265265
"devEnable.html": "5c494d5e246bdb4260557c03b73eea32",
266266
"document/ChangedDocumentTracker.js": "8763dbbd784b9e8a3614a8ee723d5273",
267267
"document/Document.js": "311174e3df23c37caf5d1783a6377f40",
@@ -684,7 +684,7 @@
684684
"LiveDevelopment/MultiBrowserImpl/transports/LivePreviewTransport.js": "a50f7f9ec09896182a3552e3c60c8402",
685685
"LiveDevelopment/Servers/BaseServer.js": "7bdb258d2c43cb09c671c01339eaf580",
686686
"loggerSetup.js": "5b3a0a0fbb9badaa735c638969a59c1c",
687-
"main.js": "b2d88a066cbf3a2bcff00c5c273bc718",
687+
"main.js": "942302211581bb5e30fbd9c53b116608",
688688
"manifest.json": "39d9f9d7ed3a00371ea51814f0d9e922",
689689
"nls/ar/expertTranslations.json": "8a80554c91d9fca8acb82f023de02f11",
690690
"nls/ar/lastTranslated.json": "252ff8c204ba0901ebcf71b6302bddcb",
@@ -862,7 +862,7 @@
862862
"node-loader.js": "6ab5daf03bac6d25065bb38217dce3f6",
863863
"NodeConnector.js": "019a124dc5b402116d971932b714e0a6",
864864
"phoenix/errno.js": "6ca6e445e77fc2060df5ba36d88a8846",
865-
"phoenix/init_vfs.js": "ae719496222b95a599018a225db629fd",
865+
"phoenix/init_vfs.js": "edfafed6f7d253de0a79f3f9d302a4b7",
866866
"phoenix/shell.js": "c193efb6432f6ad3ffd868718ebc787d",
867867
"phoenix/tauriShell.js": "6cb8aba882a54e13db38a3f74106f837",
868868
"phoenix/virtual-server-loader.js": "b357c2a0f5f0fba5db7002a5b83b25ef",

0 commit comments

Comments
 (0)