Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating date at footer #409

Merged
merged 1 commit into from Jun 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h4 title="As you type diffing for all supported languages">Side by side live co
<footer class="container">
<hr>
<p class="text-center">
<small>&copy; 2016 Microsoft</small>
<small>&copy; 2017 Microsoft</small>
</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion website/monarch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4291,7 +4291,7 @@ <h2 id="htmlembed">&Uuml;ber Advanced: complex embeddings with dynamic end tags<
<footer class="container">
<hr>
<p class="text-center">
<small>&copy; 2016 Microsoft</small>
<small>&copy; 2017 Microsoft</small>
</p>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion website/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<footer class="container">
<hr>
<p class="text-center">
<small>&copy; 2016 Microsoft</small>
<small>&copy; 2017 Microsoft</small>
</p>
</footer>

Expand Down