Skip to content

Commit

Permalink
(fix) karriojs build and cleanup staticfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Nov 27, 2023
1 parent 3c20cba commit 6369116
Show file tree
Hide file tree
Showing 415 changed files with 379 additions and 82,466 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Install
run: |
npm install
- name: Lint
- name: Test Build
run: |
npm run build
npm run build -w apps/dashboard
7 changes: 2 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,8 @@ node_modules

.idea/
staticfiles/*
server/main/karrio/server/staticfiles/*
!server/main/karrio/server/staticfiles/.gitkeep
apps/api/karrio/server/staticfiles/*

.karrio/
.codegen/*
!.codegen/typescript/
.codegen/typescript/api/generated
packages/karriojs/api/generated
!docker/.env
485 changes: 116 additions & 369 deletions apps/api/karrio/server/static/karrio/js/karrio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/api/karrio/server/static/karrio/js/karrio.js.map

Large diffs are not rendered by default.

275 changes: 0 additions & 275 deletions apps/api/karrio/server/staticfiles/admin/css/autocomplete.css

This file was deleted.

Loading

0 comments on commit 6369116

Please sign in to comment.