forked from grails-profiles/angularjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.yml
More file actions
24 lines (24 loc) · 840 Bytes
/
Copy pathprofile.yml
File metadata and controls
24 lines (24 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
description: A profile for creating applications using AngularJS
features:
defaults:
- hibernate5
required:
- json-views
- asset-pipeline
build:
plugins:
- org.grails.grails-gsp
- com.craigburke.karma
- com.craigburke.client-dependencies
dependencies:
compile:
- "org.grails:grails-plugin-gsp"
- "org.grails.plugins:angular-scaffolding:1.0.1"
build:
- "gradle.plugin.com.craigburke.gradle:karma-gradle:1.4.3"
- "com.craigburke.gradle:client-dependencies:1.3.1"
- "org.grails.plugins:angular-scaffolding:1.0.1"
assets:
- "com.craigburke.angular:angular-template-asset-pipeline:2.3.0"
- "com.craigburke.angular:angular-annotate-asset-pipeline:2.4.0"
- "com.craigburke:js-closure-wrap-asset-pipeline:1.2.0"