diff --git a/gulpfile.js b/gulpfile.js
index bbee6bb3..9b73c156 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -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);
diff --git a/website/index.html b/website/index.html
index 015db922..87627ebd 100644
--- a/website/index.html
+++ b/website/index.html
@@ -140,11 +140,11 @@
-
+
diff --git a/website/lib/bootstrap-cosmo.css b/website/lib/bootstrap-cosmo.css
index 4bae4c6d..814bad81 100644
--- a/website/lib/bootstrap-cosmo.css
+++ b/website/lib/bootstrap-cosmo.css
@@ -1,4 +1,4 @@
-@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,600,700');
+@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,600,700');
/*!
* Bootstrap v2.3.0
diff --git a/website/monarch.html b/website/monarch.html
index 232b4a84..4bc553ac 100644
--- a/website/monarch.html
+++ b/website/monarch.html
@@ -4295,11 +4295,11 @@ return {
-
+
diff --git a/website/playground.html b/website/playground.html
index d6d00bce..b3c44570 100644
--- a/website/playground.html
+++ b/website/playground.html
@@ -65,11 +65,11 @@
-
+
diff --git a/website/playground/playground-runner.html b/website/playground/playground-runner.html
index 2f3200d0..72f3aa5c 100644
--- a/website/playground/playground-runner.html
+++ b/website/playground/playground-runner.html
@@ -9,7 +9,7 @@
.monaco-editor { overflow: hidden; }
-
+