diff --git a/.github/images/screenshot.png b/.github/images/screenshot.png new file mode 100644 index 0000000..10b4268 Binary files /dev/null and b/.github/images/screenshot.png differ diff --git a/.github/images/screenshot2.png b/.github/images/screenshot2.png new file mode 100644 index 0000000..c1a6aa9 Binary files /dev/null and b/.github/images/screenshot2.png differ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fe3244..3b7a2a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,14 +22,9 @@ This plugin uses [Gulp](http://gulpjs.com/) to build its resources. | release-all | Builds all release resources and copy to graisl2 and grails3.| ## File structure - . - ├── grails2 - │ ├── app # grails2 test app - │ └── plugin # grails2 plugin - ├── grails3 - │ ├── app # grails3 test app - │ └── plugin # grails3 plugin + │── app # test app + │── plugin # plugin ├── web # shared web resources │ ├── app # coffeescript │ ├── img @@ -42,6 +37,6 @@ This plugin uses [Gulp](http://gulpjs.com/) to build its resources. ## Running -When developing, use `grails2/app` and `grails3/app`. +When developing, use `app` diff --git a/LOCALDEPLOYMENT.md b/LOCALDEPLOYMENT.md index 29c3a10..2cb3a8d 100644 --- a/LOCALDEPLOYMENT.md +++ b/LOCALDEPLOYMENT.md @@ -5,9 +5,9 @@ This page is meant for people not willing to wait for an official plugin release ### Build ```shell -npm run grails3:release +npm run grails:release -cd grails3/plugin +cd plugin ./gradlew clean ./gradlew build diff --git a/README.md b/README.md index b1bff93..26c0a99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ +[![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) + +# Grails Web Console + ## Summary A web-based Groovy console for interactive runtime application management and debugging -![Screenshot](https://raw.github.com/gpc/grails-web-console/images/screenshot.png) +![Screenshot](.github/images/screenshot.png) ## Versions @@ -23,7 +27,7 @@ repositories { } dependencies { - compile 'com.github.gpc:grails-web-console:7.0.0-SNAPSHOT' + runtimeOnly 'com.github.gpc:grails-web-console:7.0.0-SNAPSHOT' } ``` @@ -57,7 +61,7 @@ Calls made to the implicit `console` variable will be executed on the browser's The arguments are serialized as JSON and the calls are queued to run after the script completes. Example: -![Screenshot](https://raw.github.com/gpc/grails-web-console/images/screenshot2.png) +![Screenshot](.github/images/screenshot2.png) ## Implicit variables @@ -128,6 +132,9 @@ grails.plugin.springsecurity.controllerAnnotations.staticRules = [ * [Mike Hugo](https://github.com/mjhugo) * [Kamil Dybicz](https://github.com/kdybicz) * [Sachin Verma](https://github.com/vsachinv) +* [James Daugherty](https://github.com/jdaugherty) +* [Scott Murphy](https://github.com/codeconsole) +* [Søren Berg Glasius](https://github.com/sbglasius) ## Development