Skip to content

Commit

Permalink
Merge pull request #409 from replacepreg/master
Browse files Browse the repository at this point in the history
Updating date at footer
  • Loading branch information
alexdima authored Jun 23, 2017
2 parents 43690bf + 31d31cd commit 7f87eca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 7f87eca

Please sign in to comment.