Skip to content

Commit

Permalink
🔨 🎨 Add public folder for things to put in root of gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed May 16, 2017
1 parent 5f8b3a9 commit 1340892
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 970 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"start": "next",
"build": "next build && next export",
"deploy": "echo '' > out/.nojekyll && gh-pages -d out"
"postbuild": "cp -Rv public/* public/.nojekyll out",
"deploy": "gh-pages -d out"
},
"devDependencies": {
"eslint": "^3.19.0",
Expand All @@ -20,7 +21,7 @@
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"gh-pages": "^0.12.0",
"gh-pages": "^1.0.0",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
},
Expand Down
Empty file added public/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions public/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This folder holds the compiled result.
Loading

0 comments on commit 1340892

Please sign in to comment.