Skip to content

Commit 91b430d

Browse files
committed
remove build files from git
1 parent 2487ec2 commit 91b430d

6 files changed

Lines changed: 7 additions & 3239 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/.php-cs-fixer.cache
22
/composer.lock
33
/vendor
4+
/src/Resources/public/
5+
/src/Resources/app/administration/node_modules/

.gitpod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ tasks:
3636
3737
./bin/console system:install --basic-setup --create-database --drop-database
3838
39+
./bin/console system:config:set core.frw.completedAt '2019-10-07T10:46:23+00:00'
40+
3941
./bin/console framework:demodata --products 300
4042
./bin/console dal:refresh:index
4143
@@ -48,6 +50,7 @@ tasks:
4850
mv "$TMP_DIR" "custom/plugins/$EXTENSION_NAME"
4951
5052
shopware-cli extension prepare "custom/plugins/$EXTENSION_NAME"
53+
shopware-cli extension build "custom/plugins/$EXTENSION_NAME"
5154
command: docker ps && sleep 2 && ./bin/console sales-channel:update:domain $(gp url 8000 | awk -F[/:] '{print $4}') && symfony server:start --port 8000 -d
5255

5356
ports:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ The current feature set consists of:
3434

3535
### Git
3636
- Clone this repository into custom/plugins of your Shopware 6 installation
37+
- Install composer dependencies `shopware-cli extension prepare custom/plugins/FroshTools`
38+
- Build the assets with `shopware-cli extension build custom/plugins/FroshTools`
3739

3840
### Store (Bearer token required from packages.shopware.com)
3941
composer require store.shopware.com/froshtools

src/Resources/public/administration/css/frosh-tools.css

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)