Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dierk/fregepluginapp
A sample application for the Frege Grails Plugin
https://github.com/dierk/fregepluginapp
Last synced: about 2 months ago
JSON representation
A sample application for the Frege Grails Plugin
- Host: GitHub
- URL: https://github.com/dierk/fregepluginapp
- Owner: Dierk
- Created: 2014-12-14T21:53:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T22:40:00.000Z (almost 10 years ago)
- Last Synced: 2023-04-18T14:11:22.771Z (over 1 year ago)
- Language: Shell
- Size: 645 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Under Construction
==================this is a first, initial, preliminary sample Grails application that uses the
Frege Plugin.It is all work in progress and only here that interested parties can get a
sneek peek. Do not expect any convenience. Do not expect any support, yet.**Do not expect production quality in any regard!**
If you really want to build it
------------------------------The application expects the plugin to be in a sibling folder under the name fregePlugin in order to use it as inline plugin.
See grails-app/conf/BuildConfig.The mutual compile dependencies between Frege and Groovy are not yet resolved.
For the initial compile:
- first compile without Frege code (rename or move it away or so...).
- then compile a second time with the Frege code.