Skip to content

Commit

Permalink
rm vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
njeffers committed Feb 16, 2020
1 parent d8967a8 commit 697ca3d
Show file tree
Hide file tree
Showing 914 changed files with 13 additions and 166,862 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ wp/
db_data/
includes/
.idea/
composer.lock
composer.lock
/vendor/
4 changes: 3 additions & 1 deletion bin/install-wp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ wp core install \
# Update permalink structure.
wp option update permalink_structure "/%year%/%monthnum%/%postname%/" --skip-themes --skip-plugins

# Activate plugin.
# Activate plugins.
wp plugin install woocommerce
#wp plugin activate woocommerce
wp plugin activate woocommerce-price-ajax

# Delete the default plugins.
wp plugin delete akismet
wp plugin delete hello
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress-shuttle/wordpress-shuttle",
"type": "wordpress-theme",
"name": "njeffers/woocommerce-price-ajax",
"type": "wordpress-plugin",
"authors": [
{
"name": "njeffers",
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ services:
MYSQL_PORT_3306_TCP_ADDR: db
MYSQL_ROOT_PASSWORD: wordpress

composer:
# restart: 'always'
image: library/composer:latest
command: install
volumes:
- .:/app
# composer:
## restart: 'always'
# image: library/composer:latest
# command: install
# volumes:
# - .:/app

networks:
front: {}
Expand Down
7 changes: 0 additions & 7 deletions includes/vendor/autoload.php

This file was deleted.

835 changes: 0 additions & 835 deletions includes/vendor/cmb2/CHANGELOG.md

This file was deleted.

60 changes: 0 additions & 60 deletions includes/vendor/cmb2/CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 697ca3d

Please sign in to comment.