mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Update grunt command "test-server" to work with pretty URLs (#5161)
This commit is contained in:
parent
700646e3da
commit
11d92ff4ca
@ -9,6 +9,7 @@
|
|||||||
- Fix #5149: Use a link mode for space button "Join" from space header
|
- Fix #5149: Use a link mode for space button "Join" from space header
|
||||||
- Fix #4830: Fix Prerequisites / Self Test translations
|
- Fix #4830: Fix Prerequisites / Self Test translations
|
||||||
- Fix #4459: Make UserFollow activity public
|
- Fix #4459: Make UserFollow activity public
|
||||||
|
- Enh #3824: Run acceptance tests with pretty URLs
|
||||||
|
|
||||||
|
|
||||||
1.9.0-beta.1 (June 15, 2021)
|
1.9.0-beta.1 (June 15, 2021)
|
||||||
|
@ -36,7 +36,7 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
testServer: {
|
testServer: {
|
||||||
command: "php -S localhost:8080"
|
command: "php -S localhost:8080 index-test.php"
|
||||||
},
|
},
|
||||||
testRun: {
|
testRun: {
|
||||||
command: function() {
|
command: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user