-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgulp.config.json
More file actions
45 lines (45 loc) · 1.54 KB
/
Copy pathgulp.config.json
File metadata and controls
45 lines (45 loc) · 1.54 KB
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
37
38
39
40
41
42
43
44
45
{
"app": "./src/",
"html": "./src/**/*.html",
"htmltemplates": "./src/filemaps/**/*.html",
"vendorjs": [
"./bower_components/jquery/dist/jquery.js",
"./bower_components/angular/angular.js",
"./bower_components/angular-resource/angular-resource.js",
"./bower_components/materialize/dist/js/materialize.js",
"./bower_components/angular-materialize/src/angular-materialize.js",
"./bower_components/threejs/build/three.min.js",
"./bower_components/angular-threejs-al/dist/angular-threejs-al.js",
"./bower_components/ngstorage/ngStorage.js",
"./src/vendor/DragControls.js",
"./src/vendor/TrackballControls.js"
],
"vendorcss": [
"./bower_components/materialize/dist/css/materialize.css",
"./bower_components/angular-materialize/css/style.css",
"./bower_components/material-design-icons/iconfont/material-icons.css"
],
"css": [
"./src/css/filemaps.css",
"./src/css/materialize.css",
"./src/css/oxygen.css"
],
"js": [
"./src/filemaps/**/*.module.js",
"./src/filemaps/**/*.js",
"!./src/filemaps/**/*.spec.js"
],
"specs": [
"./src/filemaps/**/*.spec.js",
"./src/test/**/*.spec.js"
],
"fonts": [
"./bower_components/materialize/fonts/roboto/*.woff2",
"./bower_components/material-design-icons/iconfont/*.wof*",
"./bower_components/oxygen-googlefont/*.ttf"
],
"images": [
"./src/images/**/*"
],
"build": "./build/"
}