Commit graph

38 commits

Author SHA1 Message Date
William J. Bowman
4f8b75dec3 Default to including source maps, but remove in production
Angular was configured to not generate source maps by default, but to do it in
production.
This seems exactly backwards---I don't want source maps in production (to save
space), but do wants them during development
2021-05-13 22:28:53 +02:00
Luca Dalla Valle
f4ef0e2047 feat(eslint): add eslint migration package and perform migration 2021-01-17 13:22:18 +01:00
Johannes Millan
afca335102 fix: reload not working 2020-10-16 22:49:46 +02:00
Dominik Broj
2199eb2c12 Merge remote-tracking branch 'upstream/master' into build/angular-10-upgrade
* upstream/master: (131 commits)
  5.9.15
  fix: prevent adding tags via short syntax for child tasks #568
  fix: app not closing on windows for some people #567
  fix: make tests work again
  fix: special case #568
  fix: throw error for inconsistent sub task data #568
  feat: write auto repair for wrongly unarchived archived sub tasks #568
  feat: write auto repair for wrongly archived sub tasks
  5.9.14
  fix: about for mas...
  fix: text overlap
  Improve portuguese translation
  build: fix syntax error in mac deploy script
  build: fix syntax error in mac deploy script
  build: fix mac deploy script 2
  build: fix mac deploy script
  5.9.13
  build: remove productName again for mas
  5.9.12
  build: add correct author name
  ...
2020-10-10 17:21:27 +02:00
Johannes Millan
c3f5b18535 build: add stageWeb target 2020-10-04 15:54:52 +02:00
Johannes Millan
4a8d4428ed build: disable service worker for production and stage 2020-10-04 15:53:18 +02:00
Johannes Millan
fb3dd42f02 build: disable service worker for production 2020-10-04 15:52:15 +02:00
Dominik Broj
5f3870537a Merge remote-tracking branch 'upstream/master' into build/angular-10-upgrade
* upstream/master: (83 commits)
  docs: update contributing stuff
  docs: update contributing stuff
  feat: make AppDataForProjects non optional
  5.9.0
  fix: lint
  feat(autoRepair): make stray backup stuff translateable
  feat(autoRepair): re-enable stray backup check
  feat(autoRepair): add a little bit of logging
  feat(autoRepair): make restoring orphaned tasks work
  feat(autoRepair): make restore from archive work
  feat(autoRepair): make _removeMissingIdsFromLists work
  feat(autoRepair): make _removeDuplicatesFromArchive work
  feat(autoRepair): make fix duplicate tasks work
  refactor(autoRepair): make dataRepair non async
  test(autoRepair): prepare more tests
  test(autoRepair): make app data mock available
  test(autoRepair): outline tests
  feat(autoRepair): trigger for data import and data init if data is broken
  fix: another read-only error #538
  test: make new error cases work
  ...
2020-09-26 13:14:44 +02:00
Johannes Millan
ad53014d4d chore: add stage environment 2020-09-18 15:55:28 +02:00
Dominik Broj
dc1ccacbd9 build: remove e2e with protractor 2020-08-29 17:56:24 +02:00
Johannes Millan
6dfc764ace chore: DOWNGRADE ANGULAR from 10 to 9 2020-07-07 16:45:32 +02:00
Johannes Millan
ebf3d19611 chore: remove unnecessary deps 2020-07-06 00:53:23 +02:00
Johannes Millan
5482581eb9 chore: make everything work without warnings again 2020-07-06 00:27:54 +02:00
Johannes
823f2e1fc3 fix: touchOnly not working as expected 2020-07-01 15:17:09 +02:00
Johannes Millan
2a2f4cf052 chore: move tsconfig.worker.json 2020-06-23 13:29:54 +02:00
Johannes Millan
424f7d9975 chore: add custom webpack 2020-06-18 23:46:03 +02:00
Johannes Millan
3f5b9dd789 chore: add new custom datetime picker 2020-06-15 17:39:38 +02:00
Johannes Millan
db73946589 chore: let e2e tests run on different port 2020-05-15 18:13:19 +02:00
Johannes Millan
d3fe3ce518 chore: update angular.json 2020-02-14 18:16:54 +01:00
Johannes Millan
f9d9454034 chore: update core deps to angular 9 + migrations 2020-02-07 15:51:37 +01:00
Johannes Millan
ddffa8c267 chore: enable sourcemaps for build 2019-09-16 21:16:34 +02:00
Johannes Millan
86ab1ea3ef fix: linting errors 2019-08-23 20:45:25 +02:00
Johannes Millan
324cec2091 refactor: allow for typescript workers 2019-07-24 23:25:28 +02:00
Johannes Millan
006e519ba2 chore: fix build by disabling sourcemaps for production :( 2019-05-21 01:40:22 +02:00
Johannes Millan
785954c417 chore: enable source maps for production 2019-05-20 17:53:48 +02:00
Johannes Millan
b849d2feda chore: deactivate sourcemaps for now as they crash the build 2019-01-31 20:39:43 +01:00
Johannes Millan
4644f74213 chore: add source maps to production build 2019-01-30 22:43:13 +01:00
Johannes Millan
e17a60aeae chore: fix build 2018-11-12 23:28:58 +01:00
Johannes Millan
a7ade53ca6 feat: make notifications work 2018-11-12 20:26:05 +01:00
Johannes Millan
5d0e71b0a3 chore: update build path 2018-11-04 21:40:54 +01:00
Johannes Millan
7427e8f344 chore: generate scss with ngrx schematics 2018-10-14 17:39:25 +02:00
Johannes Millan
b7da73e717 chore: use scss instead of css 2018-10-07 00:19:13 +02:00
Johannes Millan
3190ec4b6d REWRITE initial commit 2018-10-07 00:19:13 +02:00
Johannes Millan
b202baca3a refactor: reducer stuff 2018-09-01 16:27:48 +02:00
Johannes Millan
18eb661a5a chore: add on push as default change detection strategy for generator 2018-06-10 00:38:15 +03:00
Johannes Millan
96445ab0a6 refactor: replace prefix with nothing 2018-06-08 18:40:19 +03:00
Johannes Millan
62c7f6be2f switch to sass 2018-05-13 00:10:54 +02:00
Johannes Millan
35f759e2ba initial commit 2018-05-12 18:34:42 +02:00