Skip to content

Commit

Permalink
Bc 408/feature/413 zone autocorrectie layout (#414)
Browse files Browse the repository at this point in the history
* #413 autocorrectie layout

---------

Co-authored-by: Emrys Roef <[email protected]>
  • Loading branch information
yannickkuypers and roefem authored Jul 25, 2024
1 parent 7ab3aa9 commit 94ce5e4
Show file tree
Hide file tree
Showing 505 changed files with 2,261 additions and 618 deletions.
3 changes: 3 additions & 0 deletions aurelia_project/aurelia.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"output": "scripts"
},
"build": {
"copyFiles": {
"src/assets/*": "dist/assets"
},
"targets": [
{
"port": 9000,
Expand Down
3 changes: 3 additions & 0 deletions aurelia_project/tasks/build-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { pluginCSS } from './process-css';
import { pluginJson } from './process-json';
import { buildPluginJavaScript } from './transpile';
import { CLIOptions } from 'aurelia-cli';
import copyFiles from './copy-files';

function clean() {
return del('dist');
Expand All @@ -23,6 +24,8 @@ let build = gulp.series(
pluginCSS('dist/commonjs'),
pluginJson('dist/commonjs'),
buildPluginJavaScript('dist/commonjs', 'commonjs'),

copyFiles
), (done) => {
console.log('Finish building Aurelia plugin to dist/commonjs and dist/native-modules.');
done();
Expand Down
Binary file added dist/assets/OD-strategie_asis_cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/OD-strategie_exclude_cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/OD-strategie_onesided_cropped.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/OD-strategie_twosided.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dist/commonjs/actor-widget/actor-widget.d.ts.map

This file was deleted.

7 changes: 4 additions & 3 deletions dist/commonjs/actor-widget/actor-widget.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/actor-widget/actor-widget.js.map

Large diffs are not rendered by default.

This file was deleted.

4 changes: 3 additions & 1 deletion dist/commonjs/actor-widget/components/actor-detail.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/actor-widget/components/actor-detail.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/commonjs/actor-widget/index.d.ts.map

This file was deleted.

21 changes: 16 additions & 5 deletions dist/commonjs/actor-widget/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/actor-widget/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/commonjs/adres-crab/adres-crab.d.ts.map

This file was deleted.

7 changes: 4 additions & 3 deletions dist/commonjs/adres-crab/adres-crab.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94ce5e4

Please sign in to comment.