Skip to content

Commit 8693ab5

Browse files
authored
Merge pull request #821 from alleyinteractive/fix/grunt
Remove Grunt
2 parents dabdd12 + 99c0b26 commit 8693ab5

File tree

4 files changed

+3
-57
lines changed

4 files changed

+3
-57
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ vendor
33
node_modules
44
.env
55
composer.lock
6+
package-lock.json
67

78
# Log files
89
*.log

Gruntfile.js

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

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ Development of Fieldmanager happens on [GitHub](http://github.com/alleyinteracti
2525

2626
## Generating Documentation
2727

28-
To build Fieldmanager's API documentation, the latest version of which is available at [api.fieldmanager.org](http://api.fieldmanager.org), you need [apigen](http://apigen.org/) installed. Once you've got that, you can generate the entire documentation tree as follows:
28+
To build Fieldmanager's API documentation, the latest version of which is available at [api.fieldmanager.org](https://api.fieldmanager.org), you need [apigen](https://github.com/ApiGen/ApiGen) installed. Once you've got that, you can generate the entire documentation tree as follows:
2929

3030
```bash
3131
apigen -c apigen.neon
3232
```
33-
34-
## Running QUnit tests
35-
36-
Fieldmanager uses QUnit for JavaScript unit tests. To quickly check the status of the tests, open `/tests/js/index.html` in your browser. You can also run the tests from the command line: Install the dependencies with `npm install`, then use `grunt qunit:latest` to run the tests against WordPress trunk or `grunt qunit:recent` to run the tests against trunk and the last two major releases.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@
77
"url": "https://github.com/alleyinteractive/wordpress-fieldmanager"
88
},
99
"license": "GPL-2.0",
10-
"devDependencies": {
11-
"grunt": "^0.4.5",
12-
"grunt-contrib-connect": "~0.11.0",
13-
"grunt-contrib-qunit": "~0.7.0"
14-
}
10+
"devDependencies": {}
1511
}

0 commit comments

Comments
 (0)