begin sketch 3

This commit is contained in:
Joshua Seigler 2019-11-09 01:44:27 -05:00
parent bae99d6acb
commit d1af61ebb6
6 changed files with 250 additions and 2265 deletions

View file

@ -5,9 +5,9 @@
"repository": "",
"scripts": {
"start": "brunch watch --server",
"build": "rm -rf public/ && brunch build --production",
"build": "rm -rf dist/ && brunch build --production",
"deploy": "npm run build && npm run push-gh-pages",
"push-gh-pages": "git-directory-deploy --directory public/"
"push-gh-pages": "git-directory-deploy --directory dist/"
},
"version": "1.0.0",
"dependencies": {
@ -15,9 +15,8 @@
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"babel-brunch": "^7.0.1",
"babel-preset-env": "^1.6.1",
"brunch": "^2.10.17",
"buble-brunch": "^2.0.0",
"clean-css-brunch": "^2.10.0",
"copycat-brunch": "^1.1.1",
"digest-brunch": "^1.6.0",