Skip to content

Commit 1b2beae

Browse files
authored
Merge pull request #9 from gpc/bugfix/fix-readme
Updated/fixed some documentation
2 parents 16594aa + 650b695 commit 1b2beae

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

.github/images/screenshot.png

87.9 KB
Loading

.github/images/screenshot2.png

187 KB
Loading

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,9 @@ This plugin uses [Gulp](http://gulpjs.com/) to build its resources.
2222
| release-all | Builds all release resources and copy to graisl2 and grails3.|
2323

2424
## File structure
25-
2625
.
27-
├── grails2
28-
│ ├── app # grails2 test app
29-
│ └── plugin # grails2 plugin
30-
├── grails3
31-
│ ├── app # grails3 test app
32-
│ └── plugin # grails3 plugin
26+
│── app # test app
27+
│── plugin # plugin
3328
├── web # shared web resources
3429
│ ├── app # coffeescript
3530
│ ├── img
@@ -42,6 +37,6 @@ This plugin uses [Gulp](http://gulpjs.com/) to build its resources.
4237

4338
## Running
4439

45-
When developing, use `grails2/app` and `grails3/app`.
40+
When developing, use `app`
4641

4742

LOCALDEPLOYMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This page is meant for people not willing to wait for an official plugin release
55
### Build
66

77
```shell
8-
npm run grails3:release
8+
npm run grails:release
99

10-
cd grails3/plugin
10+
cd plugin
1111

1212
./gradlew clean
1313
./gradlew build

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
[![Java CI](https://github.com/gpc/grails-web-console/actions/workflows/gradle.yml/badge.svg)](https://github.com/gpc/grails-web-console/actions/workflows/gradle.yml)
2+
3+
# Grails Web Console
4+
15
## Summary
26
A web-based Groovy console for interactive runtime application management and debugging
37

4-
![Screenshot](https://raw.github.com/gpc/grails-web-console/images/screenshot.png)
8+
![Screenshot](.github/images/screenshot.png)
59

610
## Versions
711

@@ -23,7 +27,7 @@ repositories {
2327
}
2428
2529
dependencies {
26-
compile 'com.github.gpc:grails-web-console:7.0.0-SNAPSHOT'
30+
runtimeOnly 'com.github.gpc:grails-web-console:7.0.0-SNAPSHOT'
2731
}
2832
```
2933

@@ -57,7 +61,7 @@ Calls made to the implicit `console` variable will be executed on the browser's
5761
The arguments are serialized as JSON and the calls are queued to run after the script completes.
5862

5963
Example:
60-
![Screenshot](https://raw.github.com/gpc/grails-web-console/images/screenshot2.png)
64+
![Screenshot](.github/images/screenshot2.png)
6165

6266
## Implicit variables
6367

@@ -128,6 +132,9 @@ grails.plugin.springsecurity.controllerAnnotations.staticRules = [
128132
* [Mike Hugo](https://github.com/mjhugo)
129133
* [Kamil Dybicz](https://github.com/kdybicz)
130134
* [Sachin Verma](https://github.com/vsachinv)
135+
* [James Daugherty](https://github.com/jdaugherty)
136+
* [Scott Murphy](https://github.com/codeconsole)
137+
* [Søren Berg Glasius](https://github.com/sbglasius)
131138

132139
## Development
133140

0 commit comments

Comments
 (0)