Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue 5275] Updated old 0.5.0 local server doc reference to 1.4.0 #5313

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated old 0.5.0 local server doc reference to 1.4.0 in all non map/…
…minified files.
  • Loading branch information
kolson25 committed Jun 19, 2023
commit 9e856354addeda6826a643e5dabe1cda2985d738
2 changes: 1 addition & 1 deletion dist/aframe-master.js
Original file line number Diff line number Diff line change
Expand Up @@ -30332,7 +30332,7 @@ if (window.document.currentScript && window.document.currentScript.parentNode !=

// Error if not using a server.
if (!window.cordova && window.location.protocol === 'file:') {
error('This HTML file is currently being served via the file:// protocol. ' + 'Assets, textures, and models WILL NOT WORK due to cross-origin policy! ' + 'Please use a local or hosted server: ' + 'https://aframe.io/docs/0.5.0/introduction/getting-started.html#using-a-local-server.');
error('This HTML file is currently being served via the file:// protocol. ' + 'Assets, textures, and models WILL NOT WORK due to cross-origin policy! ' + 'Please use a local or hosted server: ' + 'https://aframe.io/docs/1.4.0/introduction/installation.html#use-a-local-server.');
}
__webpack_require__(/*! present */ "./node_modules/present/lib/present-browser.js"); // Polyfill `performance.now()`.

Expand Down
2 changes: 1 addition & 1 deletion dist/aframe-v1.4.2.js
Original file line number Diff line number Diff line change
Expand Up @@ -30182,7 +30182,7 @@ if (window.document.currentScript && window.document.currentScript.parentNode !=

// Error if not using a server.
if (!window.cordova && window.location.protocol === 'file:') {
error('This HTML file is currently being served via the file:// protocol. ' + 'Assets, textures, and models WILL NOT WORK due to cross-origin policy! ' + 'Please use a local or hosted server: ' + 'https://aframe.io/docs/0.5.0/introduction/getting-started.html#using-a-local-server.');
error('This HTML file is currently being served via the file:// protocol. ' + 'Assets, textures, and models WILL NOT WORK due to cross-origin policy! ' + 'Please use a local or hosted server: ' + 'https://aframe.io/docs/1.4.0/introduction/installation.html#use-a-local-server.');
}
__webpack_require__(/*! present */ "./node_modules/present/lib/present-browser.js"); // Polyfill `performance.now()`.

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if (!window.cordova && window.location.protocol === 'file:') {
'This HTML file is currently being served via the file:// protocol. ' +
'Assets, textures, and models WILL NOT WORK due to cross-origin policy! ' +
'Please use a local or hosted server: ' +
'https://aframe.io/docs/0.5.0/introduction/getting-started.html#using-a-local-server.');
'https://aframe.io/docs/1.4.0/introduction/installation.html#use-a-local-server.');
}

require('present'); // Polyfill `performance.now()`.
Expand Down