forked from fraina/Material-Design-ColorPicker-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 958 Bytes
/
config.json
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
{
"compass": {
"style": "compressed",
"comments": false,
"relative": true,
"sourcemap": true
},
"rjs": {
"options": {
"name": "main",
"out": "app.js",
"paths": {
"jquery": "../bower/jquery/dist/jquery.min",
"underscore": "../bower/underscore/underscore-min",
"backbone": "../bower/backbone/backbone",
"i18n": "../bower/requirejs-i18n/i18n",
"text": "../bower/requirejs-text/text",
"backstretch": "../bower/jquery-backstretch/jquery.backstretch.min",
"react": "../bower/react/react-with-addons",
"JSXTransformer": "../bower/react/JSXTransformer",
"jsx": "../bower/jsx-requirejs-plugin/js/jsx",
"BRMixin": "../bower/backbone-react-component/lib/component"
}
}
},
"docco": {
"layout": "linear"
},
"remarkable": {
"remarkableOptions": {
"html": true
}
},
"deploy": {
"cacheDir": ".cache"
}
}