Skip to content

Commit

Permalink
feat(docs): Adding deploy function
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Oct 17, 2018
1 parent 308b577 commit ad30a41
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 23 deletions.
155 changes: 134 additions & 21 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"private": true,
"scripts": {
"build": "NODE_ENV=production concurrently \"webpack\" \"eleventy\"",
"start": "NODE_ENV=development concurrently \"webpack-dev-server\" \"eleventy --watch\""
"build": "NODE_ENV=production concurrently \"webpack\" \"eleventy --pathprefix '/ecolect-js/'\"",
"start": "NODE_ENV=development concurrently \"webpack-dev-server\" \"eleventy --watch\"",
"deploy": "npm run build && gh-pages -d build"
},
"devDependencies": {
"@11ty/eleventy": "^0.5.4",
Expand All @@ -21,6 +22,7 @@
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^2.0.1",
"mini-css-extract-plugin": "^0.4.4",
"postcss-clean": "^1.1.0",
"postcss-import": "^12.0.0",
Expand Down

0 comments on commit ad30a41

Please sign in to comment.