-
Notifications
You must be signed in to change notification settings - Fork 1
/
jake.yml
48 lines (42 loc) · 842 Bytes
/
jake.yml
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
46
47
---
source_directory: javascript
build_directory: build
builds:
src:
packer: false
suffix: false
min:
shrink_vars: true
private: true
packages:
core:
- faye
- util/class
- util/namespace
- mixins/deferrable
- mixins/publisher
- mixins/timeouts
- mixins/logging
- protocol/grammar
- protocol/extensible
- protocol/channel
- protocol/subscription
- protocol/client
- network/transport
faye-node:
extends: core
files:
- util/set
- protocol/server
- protocol/connection
- network/node
- adapters/node_adapter
- error
faye-browser:
extends: core
files:
- util/browser/event
- util/browser/uri
- util/browser/xhr
- util/browser/json
- network/browser