|
|
|
@ -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);
|
|
|
|
|