Skip to content

Commit

Permalink
docs: add 404.html for gh-pages redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Sep 11, 2018
1 parent f3f3fe2 commit bd3c18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --base-href https://sebgroup.github.io/bootstrap/",
"prebuild": "replace __TRAVIS_BUILD_NUMBER__ $TRAVIS_BUILD_NUMBER src/environments/environment.ts && replace __TRAVIS_BUILD_NUMBER__ $TRAVIS_BUILD_NUMBER src/environments/environment.prod.ts",
"build": "ng build --base-href https://sebgroup.github.io/bootstrap/ && copyfiles -f src/404.html dist/bootstrap",
"prebuild": "rimraf dist/bootstrap && replace __TRAVIS_BUILD_NUMBER__ $TRAVIS_BUILD_NUMBER src/environments/environment.ts && replace __TRAVIS_BUILD_NUMBER__ $TRAVIS_BUILD_NUMBER src/environments/environment.prod.ts",
"build-lib": "npm run copy-scss && npm run copy-fonts && npm run compile-css && copyfiles -f CHANGELOG.md LICENSE.md README.md scss/package.json dist/lib",
"prebuild-lib": "rimraf dist/lib",
"prepublish-lib": "npm run build-lib",
Expand Down

0 comments on commit bd3c18b

Please sign in to comment.