Jelajahi Sumber

Merge pull request #409 from replacepreg/master

Updating date at footer
Alexandru Dima 8 tahun lalu
induk
melakukan
7f87eca1ac
4 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 1 1
      gulpfile.js
  2. 1 1
      website/index.html
  3. 1 1
      website/monarch.html
  4. 1 1
      website/playground.html

+ 1 - 1
gulpfile.js

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

+ 1 - 1
website/index.html

@@ -150,7 +150,7 @@
 	<footer class="container">
 		<hr>
 		<p class="text-center">
-			<small>&copy; 2016 Microsoft</small>
+			<small>&copy; 2017 Microsoft</small>
 		</p>
 	</footer>
 

+ 1 - 1
website/monarch.html

@@ -4291,7 +4291,7 @@ return {
 	<footer class="container">
 		<hr>
 		<p class="text-center">
-			<small>&copy; 2016 Microsoft</small>
+			<small>&copy; 2017 Microsoft</small>
 		</p>
 	</footer>
 

+ 1 - 1
website/playground.html

@@ -67,7 +67,7 @@
 	<footer class="container">
 		<hr>
 		<p class="text-center">
-			<small>&copy; 2016 Microsoft</small>
+			<small>&copy; 2017 Microsoft</small>
 		</p>
 	</footer>