Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
chore: delete unused ssr code
Browse files Browse the repository at this point in the history
Signed-off-by: Cory Rylan <crylan@vmware.com>
  • Loading branch information
Cory Rylan authored and coryrylan committed Aug 12, 2019
1 parent b813391 commit 4e950c6
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 595 deletions.
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -63,14 +63,9 @@
"publish:rc": "npm publish dist/clr-ui --tag rc; npm publish dist/clr-angular --tag rc; npm publish dist/clr-icons --tag rc",
"publish:next": "npm publish dist/clr-ui --tag next; npm publish dist/clr-angular --tag next; npm publish dist/clr-icons --tag next",
"publish:local": "npm publish dist/clr-ui --registry http://localhost:4873; npm publish dist/clr-angular --registry http://localhost:4873; npm publish dist/clr-icons --registry http://localhost:4873",
"website:compile": "webpack --config src/website/webpack.server.config.js",
"website:server": "node dist/website/server",
"website:deploy-preview": "ng build website --progress=false",
"website:build": "ng build website --prod --progress=false",
"website:build:server": "ng run website:server:production",
"website:build:compile": "npm run website:compile",
"website:start": "npm run website:news && ng serve website",
"website:render": "node dist/website/prerender",
"website:404": "cpy --rename 404.html dist/website/browser/index.html dist/website/browser",
"website:functions": "netlify-lambda build scripts/netlify",
"website:news": "node src/website/generate-news",
Expand Down
31 changes: 0 additions & 31 deletions src/website/karma.conf.js

This file was deleted.

0 comments on commit 4e950c6

Please sign in to comment.