This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
03087faa6b
gitlab-org--gitlab-foss
/
app
/
assets
/
javascripts
/
pages
/
ide
/
index.js
4 lines
53 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Refactor IDE index to support EE specific code **Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
2018-09-24 17:37:04 -04:00
import
{
startIde
}
from
'~/ide/index'
;
adjust IDE page loading config to ensure web workers are not loaded cross-origin
2018-05-03 12:16:56 -04:00
Refactor IDE index to support EE specific code **Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
2018-09-24 17:37:04 -04:00
startIde
(
)
;
Copy permalink