Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbehncke committed Aug 1, 2024
1 parent f58a681 commit 338ca4a
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions src/stubs/plugin/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ tasks:
vars:
SYSTEM: joomla

- task: copy-elements
vars:
SYSTEM: joomla

- task: placeholder-joomla

- task: utils:zip
Expand All @@ -44,8 +40,8 @@ tasks:
src: '**'
dest: dist/{{.NAME}}-{{.VERSION}}.zip

#- defer:
# task: clear-dist-joomla
- defer:
task: clear-dist-joomla

build-wordpress:
cmds:
Expand All @@ -59,10 +55,6 @@ tasks:
vars:
SYSTEM: wordpress

- task: copy-elements
vars:
SYSTEM: wordpress

- task: placeholder-wordpress

- task: utils:zip
Expand All @@ -82,15 +74,6 @@ tasks:
src: modules/**
dest: dist/{{.SYSTEM}}

copy-elements:
internal: true
cmds:
- task: utils:copy
vars:
cwd: elements
src: '**'
dest: dist/{{.SYSTEM}}/elements

placeholder-joomla:
internal: true
cmds:
Expand Down

0 comments on commit 338ca4a

Please sign in to comment.