File tree Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Expand file tree Collapse file tree 5 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,9 @@ This plugin uses [Gulp](http://gulpjs.com/) to build its resources.
22
22
| release-all | Builds all release resources and copy to graisl2 and grails3.|
23
23
24
24
## File structure
25
-
26
25
.
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
33
28
├── web # shared web resources
34
29
│ ├── app # coffeescript
35
30
│ ├── img
@@ -42,6 +37,6 @@ This plugin uses [Gulp](http://gulpjs.com/) to build its resources.
42
37
43
38
## Running
44
39
45
- When developing, use ` grails2/ app` and ` grails3/app ` .
40
+ When developing, use ` app `
46
41
47
42
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ This page is meant for people not willing to wait for an official plugin release
5
5
### Build
6
6
7
7
``` shell
8
- npm run grails3 :release
8
+ npm run grails :release
9
9
10
- cd grails3/ plugin
10
+ cd plugin
11
11
12
12
./gradlew clean
13
13
./gradlew build
Original file line number Diff line number Diff line change
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
+
1
5
## Summary
2
6
A web-based Groovy console for interactive runtime application management and debugging
3
7
4
- ![ Screenshot] ( https://raw .github.com/gpc/grails-web-console /images/screenshot.png)
8
+ ![ Screenshot] ( .github/images/screenshot.png )
5
9
6
10
## Versions
7
11
@@ -23,7 +27,7 @@ repositories {
23
27
}
24
28
25
29
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'
27
31
}
28
32
```
29
33
@@ -57,7 +61,7 @@ Calls made to the implicit `console` variable will be executed on the browser's
57
61
The arguments are serialized as JSON and the calls are queued to run after the script completes.
58
62
59
63
Example:
60
- ![ Screenshot] ( https://raw .github.com/gpc/grails-web-console /images/screenshot2.png)
64
+ ![ Screenshot] ( .github/images/screenshot2.png )
61
65
62
66
## Implicit variables
63
67
@@ -128,6 +132,9 @@ grails.plugin.springsecurity.controllerAnnotations.staticRules = [
128
132
* [ Mike Hugo] ( https://github.com/mjhugo )
129
133
* [ Kamil Dybicz] ( https://github.com/kdybicz )
130
134
* [ 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 )
131
138
132
139
## Development
133
140
You can’t perform that action at this time.
0 commit comments