-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGruntconfig.json
More file actions
36 lines (34 loc) · 808 Bytes
/
Gruntconfig.json
File metadata and controls
36 lines (34 loc) · 808 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"configVars": {
"app": "app",
"appjs": "scripts",
"appcss": "styles",
"build": "build",
"distMobile": "mobile/www",
"dist": "dist",
"hostname": "localhost",
"port": 8080
},
"bowerFiles": [
"lodash/dist/lodash.min.js",
"restangular/dist/restangular.js",
"angular/angular.js",
"angularAMD/angularAMD.js",
"angularAMD/ngload.js",
"requirejs/require.js",
"bootstrap/dist/js/bootstrap.js",
"jquery/dist/jquery.js",
"es5-shim/es5-shim.js",
"json3/lib/json3.js",
"angular-ui-router/release/angular-ui-router.js"
],
"cssFiles": [
"bootstrap/dist/css/bootstrap.css"
],
"cssFonts": [
"bootstrap/fonts/glyphicons-halflings-regular.*"
],
"buildFiles": [
"images/**", "views/**", "scripts/ext/require.js"
]
}