Skip to content

Commit

Permalink
chore: remove build/ from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Apr 20, 2024
1 parent bbe5cfe commit 492d560
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 9,492 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ yarn-error.log

# App specific
#
build/favicon.ico
!build/*.html
!build/sitemap.xml
!build/**/*.html
build/
config.production.js
213 changes: 0 additions & 213 deletions build/200.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/404.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/community/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/contributing/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/design/attack-vectors/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/design/basics/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/design/challenges/index.html

This file was deleted.

226 changes: 0 additions & 226 deletions build/design/glossary/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/design/security/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/faqs/index.html

This file was deleted.

275 changes: 0 additions & 275 deletions build/getting-started-devs/adding-custom-stats/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-devs/developer-discussions/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-devs/documentation/index.html

This file was deleted.

231 changes: 0 additions & 231 deletions build/getting-started-devs/getting-started/index.html

This file was deleted.

242 changes: 0 additions & 242 deletions build/getting-started-devs/integrations/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-devs/protocol-reference/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-devs/running-a-node/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-users/acquiring/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-users/basics/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-users/best-practices/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-users/choosing-a-representative/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-users/privacy/index.html

This file was deleted.

228 changes: 0 additions & 228 deletions build/getting-started-users/storing/basics/index.html

This file was deleted.

245 changes: 0 additions & 245 deletions build/getting-started-users/storing/setup/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/getting-started-users/using/index.html

This file was deleted.

425 changes: 0 additions & 425 deletions build/history/community/nano-trade/index.html

This file was deleted.

227 changes: 0 additions & 227 deletions build/history/overview/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/index.html

This file was deleted.

Binary file removed build/index.html.gz
Binary file not shown.
225 changes: 0 additions & 225 deletions build/introduction/advantages/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/introduction/basics/index.html

This file was deleted.

228 changes: 0 additions & 228 deletions build/introduction/how-it-works/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/introduction/investment-thesis/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/introduction/misconceptions/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/introduction/why-it-matters/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/labels/privacy/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/ledger/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/representatives/index.html

This file was deleted.

229 changes: 0 additions & 229 deletions build/roadmap/index.html

This file was deleted.

193 changes: 0 additions & 193 deletions build/sitemap.xml

This file was deleted.

225 changes: 0 additions & 225 deletions build/support/index.html

This file was deleted.

225 changes: 0 additions & 225 deletions build/telemetry/index.html

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dev:live": "NC_DEV_LIVE=true yarn start",
"start": "webpack serve --mode=development --config webpack/webpack.dev.babel.mjs --port 8081 --history-api-fallback --static-directory resources --static-public-path /resources --open",
"start:api": "NODE_ENV=development node server.mjs",
"deploy": "ipfs-deploy build/index.html",
"deploy:ipfs": "ipfs-deploy build/index.html",
"deploy": "scp -r build/* nano.community:/root/nano-community/build",
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.prod.babel.mjs --color --progress && react-snap",
"lint": "eslint . --ext js,mjs",
"prettier": "prettier --write .",
Expand All @@ -21,6 +22,7 @@
"homepage": "https://nano.community/",
"reactSnap": {
"homepage": "https://nano.community/",
"puppeteer_executable_path": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"inlineCss": true,
"sitemap": true,
"include": [
Expand Down

0 comments on commit 492d560

Please sign in to comment.