Skip to content

Commit 9da44c8

Browse files
committed
Add theme and move plugin to it's own folder
1 parent 62ff596 commit 9da44c8

File tree

1,145 files changed

+117603
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,145 files changed

+117603
-9
lines changed

Diff for: .eslintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
**/bin/**
33
**/node_modules/**
44
**/vendor/**
5-
**/assets/js/*.js
5+
**/plugin/assets/js/*.js
6+
**/theme/assets/js/*.js
67
build/*
78
built/*

Diff for: .eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"**/__tests__/**/*.js",
99
"**/test/*.js",
1010
"**/?(*.)test.js",
11-
"tests/js/**/*.js"
11+
"**/tests/js/**/*.js"
1212
],
1313
"extends": [
1414
"plugin:jest/all"

Diff for: .gitignore

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
composer.lock
66
material-design.zip
77
yarn.lock
8-
assets/css/*
9-
!assets/css/src/
10-
assets/js/*
8+
plugin/assets/css/*
9+
!plugin/assets/css/src/
10+
plugin/assets/js/*
11+
theme/assets/css/*
12+
!theme/assets/css/src/
13+
theme/assets/js/*
1114
bin/local-dev/mysql/
1215
bin/local-dev/wordpress/html/
1316
build/

Diff for: .stylelintignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
/assets/css/*.css
1+
/theme/assets/css/*.css
2+
/plugin/assets/css/*.css
23
/bin
34
/build
45
/node_modules
56
/tests
67
/vendor
7-
/assets/css/src/mixins.css
8+
/plugin/assets/css/src/mixins.css

Diff for: docker-compose.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ services:
4242
- 8088:80
4343
volumes:
4444
- ./bin/local-dev/wordpress/html:/var/www/html
45-
- .:/var/www/html/wp-content/plugins/material-design
45+
- ./plugin:/var/www/html/wp-content/plugins/material-design
46+
- ./theme:/var/www/html/wp-content/themes/material-design-google
4647
restart: always
4748
environment:
4849
WORDPRESS_DEBUG: 1
@@ -54,7 +55,8 @@ services:
5455
user: xfs
5556
volumes:
5657
- ./bin/local-dev/wordpress/html:/var/www/html
57-
- .:/var/www/html/wp-content/plugins/material-design
58+
- ./plugin:/var/www/html/wp-content/plugins/material-design
59+
- ./theme:/var/www/html/wp-content/themes/material-design-google
5860
depends_on:
5961
- mysql
6062
- wordpress

Diff for: LICENSE renamed to plugin/LICENSE

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)