Skip to content

Commit d08954b

Browse files
committed
Add test for D8
1 parent 49c811b commit d08954b

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

test/test_assets_d8/Gruntconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"domain": "http://127.0.0.1:8080",
33
"srcPaths": {
4+
"configDir": "config",
45
"drupal": "src"
56
},
67
"siteUrls": {
78
"default": "http://project.local"
89
},
9-
"packages": {
10-
"srcFiles": ["!sites/*/files/**", "!xmlrpc.php", "!modules/php/*"],
11-
"projFiles": ["README*", "bin/**", "hooks/**", "src/*.make", "vendor/**", "composer.*"],
12-
"dest": {
13-
"docroot": "html",
14-
"devResources": ""
15-
}
16-
},
1710
"phpcs": true,
1811
"phpmd": true,
1912
"behat": {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
srcFiles:
3+
- "!sites/*/files/**"
4+
- "!xmlrpc.php"
5+
- "!modules/php/*"
6+
projFiles:
7+
- "README*"
8+
- "bin/**"
9+
- "hooks/**"
10+
- "src/*.make"
11+
- "vendor/**"
12+
- "composer.*"
13+
dest:
14+
docroot: "html"
15+
devResources: ""

0 commit comments

Comments
 (0)