Skip to content

Commit

Permalink
add shopware-extension.yml & build storefront/administration
Browse files Browse the repository at this point in the history
  • Loading branch information
rommelfreddy committed Apr 18, 2024
1 parent 0aee16c commit f36d9ee
Show file tree
Hide file tree
Showing 50 changed files with 922 additions and 79 deletions.
24 changes: 24 additions & 0 deletions .shopware-extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
build:
zip:
composer:
enabled: false
assets:
enabled: true
enable_es_build_for_admin: true
enable_es_build_for_storefront: false
pack:
excludes:
paths:
- __COMPOSER_HOME__
- bin
- tests
- var
- .eslintignore
- .gitignore
- .shopware-extension.yml
- .phpunit.result.cache
- ecs.php
- phpstan.neon
- phpstan-ignore.neon
- phpunit.xml.dist
- rector.php
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"phpstan": "./vendor/bin/phpstan analyse -n --no-progress",
"phpunit": "./../../../vendor/bin/phpunit",
"ecs": "ecs check src tests",
"ecs-fix": "ecs check --fix src tests"
"ecs-fix": "ecs check --fix src tests",
"build": "shopware-cli extension build ."
}
}

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Resources/public/administration/css/payone-payment.css

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

896 changes: 894 additions & 2 deletions src/Resources/public/administration/js/payone-payment.js
100644 → 100755

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/170.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/public/static/css/170.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/279.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/public/static/css/279.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/651.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/public/static/css/651.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/711.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/public/static/css/711.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/811.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/public/static/css/811.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/907.css

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/public/static/css/907.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions src/Resources/public/static/css/942.css

This file was deleted.

Loading

0 comments on commit f36d9ee

Please sign in to comment.