Skip to content

Commit

Permalink
added gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Dec 25, 2023
1 parent ce42dd0 commit 4c68208
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 56 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ npm-debug.log
debug.log
package-lock.json
yarn.lock
dist
Binary file removed dist/195f6c07b895b2a7ddc0be37f37c3984.png
Binary file not shown.
Binary file removed dist/8375d27a7941a0a578888fba541979c0.png
Binary file not shown.
Binary file removed dist/966a1b8485bd549990ace908206bdcab.png
Binary file not shown.
Binary file removed dist/a95cb88be1095a0cf15b8bd8b8566149.ttf
Binary file not shown.
Binary file removed dist/d8438730affac980b578dc4495c31c70.png
Binary file not shown.
Binary file removed dist/favicon.png
Binary file not shown.
31 changes: 0 additions & 31 deletions dist/index.html

This file was deleted.

23 changes: 0 additions & 23 deletions dist/shooter.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/shooter.min.js.map

This file was deleted.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"start": "webpack-dev-server --port 9000 --inline --progress --profile --colors --open --watch --content-base src/ --mode development",
"git": "git rm -rf dist --ignore-unmatch && npm run prettier && npm run build && git add *",
"build": "webpack --config webpack.config.js --mode production",
"prettier": "prettier --write src webpack.config.js README.md index.html tsconfig.json"
"prettier": "prettier --write src webpack.config.js README.md index.html tsconfig.json",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"prettier": {
"semi": false
Expand All @@ -25,6 +27,7 @@
"awesome-typescript-loader": "5.2.0",
"css-loader": "^3.4.2",
"file-loader": "^5.1.0",
"gh-pages": "^6.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"prettier": "^2.1.2",
Expand Down

0 comments on commit 4c68208

Please sign in to comment.