mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Run website out of dev
This commit is contained in:
parent
8a31f7f50e
commit
300fe6ab69
6 changed files with 10 additions and 10 deletions
|
|
@ -348,7 +348,7 @@ gulp.task('website', ['clean-website', 'playground-samples'], function() {
|
|||
}
|
||||
|
||||
var contents = data.contents.toString();
|
||||
contents = contents.replace(/\.\.\/release\/min/g, 'node_modules/monaco-editor/min');
|
||||
contents = contents.replace(/\.\.\/release\/dev/g, 'node_modules/monaco-editor/min');
|
||||
// contents = contents.replace('© 2016 Microsoft', '© 2016 Microsoft [' + builtTime + ']');
|
||||
|
||||
data.contents = new Buffer(contents);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue