|
|
|
@ -265,7 +265,7 @@ gulp.task('website', ['clean-website'], function() {
|
|
|
|
|
var contents = data.contents.toString();
|
|
|
|
|
contents = contents.replace(/\.\.\/release\/dev/g, 'node_modules/monaco-editor/min');
|
|
|
|
|
contents = contents.replace(/{{version}}/g, MONACO_EDITOR_VERSION);
|
|
|
|
|
// contents = contents.replace('© 2016 Microsoft', '© 2016 Microsoft [' + builtTime + ']');
|
|
|
|
|
// contents = contents.replace('© 2017 Microsoft', '© 2017 Microsoft [' + builtTime + ']');
|
|
|
|
|
|
|
|
|
|
// Preload xhr contents
|
|
|
|
|
contents = replaceWithRelativeResource(data.path, contents, /<pre data-preload="([^"]+)".*/g, function(m0, fileContents) {
|
|
|
|
|