Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yesnault/springangulargradle
Bootstrap Stacks
https://github.com/yesnault/springangulargradle
Last synced: about 1 month ago
JSON representation
Bootstrap Stacks
- Host: GitHub
- URL: https://github.com/yesnault/springangulargradle
- Owner: yesnault
- License: mit
- Created: 2013-09-28T11:26:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-29T22:17:16.000Z (almost 11 years ago)
- Last Synced: 2024-05-02T15:35:59.415Z (7 months ago)
- Language: CSS
- Size: 809 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap with Spring, AngularJS and Gradle
==========Gradle version 1.8
Run Jetty (usefull for dev) with ``` gradle jettyRun ```
Build a war with ``` gradle build ```, war generated in services/build/
Create a new release with ``` gradle release -PreleaseVersion=X.Z.Z ``` or a snaphot release with ``` gradle release ```
See https://github.com/ari/gradle-release-plugin for more informations about Release Plugin.All js are in one file all-app.js after ```gradle build```
See http://eriwen.github.io/gradle-js-plugin/ for more informations about JS Plugin (if you want to minify or gzip)