Run website out of dev

This commit is contained in:
Alex Dima 2016-08-27 12:15:58 +02:00
parent 8a31f7f50e
commit 300fe6ab69
6 changed files with 10 additions and 10 deletions

View file

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