Skip to content

Commit e0b501f

Browse files
committed
dist/.nojekyll for demo
1 parent 6bca820 commit e0b501f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
todo: update menu on widget focus
44

5+
#### 2.0.0-5 prerelease - 2017-01-10
6+
7+
* Fix gh-pages widget serving (.nojekyll)
8+
59
#### 2.0.0-4 prerelease - 2017-01-10
610

711
* ProseMirror 0.17.0

gh-pages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ mkdir dist/webpack
1717
mv dist/demo.js dist/webpack/demo.js
1818
mv dist/demo.map dist/webpack/demo.map
1919

20+
# no need for jekyll in this demo (jekyll 3.3+ blocks node_modules)
21+
touch dist/.nojekyll
22+
2023
# go to the build directory and create a *new* Git repo
2124
cd dist
2225
git init

0 commit comments

Comments
 (0)