-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.coffee
More file actions
19 lines (19 loc) · 787 Bytes
/
config.coffee
File metadata and controls
19 lines (19 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module.exports =
VENDORS: [
name: 'aframe'
path: 'https://raw.githubusercontent.com/aframevr/aframe/master/dist/aframe-master.min.js'
,
name: 'aframe_gif_shader'
path: 'https://rawgit.com/mayognaise/aframe-gif-shader/master/dist/aframe-gif-shader.min.js'
,
name: 'aframe_effects'
path: 'https://wizgrav.github.io/aframe-effects/dist/aframe-effects.min.js'
,
name: 'aframe_look_at'
path: 'https://raw.githubusercontent.com/ngokevin/kframe/master/components/look-at/dist/aframe-look-at-component.min.js'
,
name: 'aframe_mouse_cursor'
path: 'https://rawgit.com/mayognaise/aframe-mouse-cursor-component/master/dist/aframe-mouse-cursor-component.min.js'
]
VENDORS_PATH: './vendors'
LOADERS_PATH: './loaders'