Skip to content

Commit 7f87eca

Browse files
authored
Merge pull request microsoft#409 from replacepreg/master
Updating date at footer
2 parents 43690bf + 31d31cd commit 7f87eca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ gulp.task('website', ['clean-website'], function() {
265265
var contents = data.contents.toString();
266266
contents = contents.replace(/\.\.\/release\/dev/g, 'node_modules/monaco-editor/min');
267267
contents = contents.replace(/{{version}}/g, MONACO_EDITOR_VERSION);
268-
// contents = contents.replace('© 2016 Microsoft', '© 2016 Microsoft [' + builtTime + ']');
268+
// contents = contents.replace('© 2017 Microsoft', '© 2017 Microsoft [' + builtTime + ']');
269269

270270
// Preload xhr contents
271271
contents = replaceWithRelativeResource(data.path, contents, /<pre data-preload="([^"]+)".*/g, function(m0, fileContents) {

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h4 title="As you type diffing for all supported languages">Side by side live co
150150
<footer class="container">
151151
<hr>
152152
<p class="text-center">
153-
<small>&copy; 2016 Microsoft</small>
153+
<small>&copy; 2017 Microsoft</small>
154154
</p>
155155
</footer>
156156

website/monarch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4291,7 +4291,7 @@ <h2 id="htmlembed">&Uuml;ber Advanced: complex embeddings with dynamic end tags<
42914291
<footer class="container">
42924292
<hr>
42934293
<p class="text-center">
4294-
<small>&copy; 2016 Microsoft</small>
4294+
<small>&copy; 2017 Microsoft</small>
42954295
</p>
42964296
</footer>
42974297

website/playground.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<footer class="container">
6868
<hr>
6969
<p class="text-center">
70-
<small>&copy; 2016 Microsoft</small>
70+
<small>&copy; 2017 Microsoft</small>
7171
</p>
7272
</footer>
7373

0 commit comments

Comments
 (0)