소스 검색

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')
 			});