瀏覽代碼

Generate .nojekyll on gh-pages branch

Alex Dima 8 年之前
父節點
當前提交
aa19fe0d6f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      gulpfile.js

+ 1 - 0
gulpfile.js

@@ -288,6 +288,7 @@ gulp.task('website', ['clean-website'], function() {
 
 			// temporarily create package.json so that npm install doesn't bark
 			fs.writeFileSync('../monaco-editor-website/package.json', '{}');
+			fs.writeFileSync('../monaco-editor-website/.nojekyll', '');
 			cp.execSync('npm install monaco-editor', {
 				cwd: path.join(__dirname, '../monaco-editor-website')
 			});