-
I need to know how to do this, for create javascript files of domain files. To support remote rest tag, and use in production.
Please, looking for your help to do this in grails 3 plugins.
-
The html file below (from [examples](http://grooscript.org/grails3-plugin/)) works fine. But if the line:
`refreshList ([[id: 1, title:'Groovy in Action'], [id: 2, title:'Grails in Action']])`
is chan…
-
As the title says.
-
I was looking at https://github.com/grails3-plugins/geb/blob/master/src/main/templates/FunctionalSpec.groovy when I noticed the API link. It is for GrailsUnitTestMixin. Is that correct?
-
Hi,
Thanks for the effort, this plugin is really helpful.
I think there is a unwanted behavior that mixes `src/groovy` and `src/java` files in the target Grails 3 project.
Steps to reproduce :
- F…
-
Whilst firefox works well Chrome can't find libraries minified into js file, such as jquery, my customize js files and so on.
If I try to load file directly by url like this http://localhost:8080/ass…
-
Hi,
When running the integration tests, I get the following exception :
```
java.lang.IllegalStateException: Method on class [User] was used outside of a Grails application. If running in the conte…
-
-
In my Grails 2 plugin, I have a custom codec under the package `com.megatome.grails.util`. I've discovered that I can't use packages in Grails 3, and have had to place my codec directly in the `util` …
-
I've got js file in directory `/assets/angular/views/event/updateDatesAndTemplates.js`. Asset-pipeline added following:
`//# sourceMappingURL=angular/views/event/updateDatesAndTemplates.js.map`
Sinc…