@@ -11,33 +11,33 @@ ie = "scss,DS_Store,less"
11
11
// directories and files to ignore when building or watching the source dir, separate with a comma
12
12
id = "scss,.svn,.sass-cache"
13
13
14
- // choose which ports the websocket services should run on
14
+ // choose if these services should be loaded in the nav and their ports
15
15
autoReloadNav = "true"
16
16
autoReloadPort = "8002"
17
17
pageFollowNav = "true"
18
18
pageFollowPort = "8003"
19
19
20
- // whether the qr code generator should be on
20
+ // whether the qr code generator should be loaded automatically in the nav
21
21
qrCodeGeneratorOn = "false"
22
22
23
- // pattern lab's xip host if you have it configured
23
+ // pattern lab's xip host if you have it configured, to be used with the QR code generator
24
24
xipHostname = "http://patternlab.*.xip.io"
25
25
26
26
// whether the public directory should be cleaned when generating your site
27
27
cleanPublic = "true"
28
28
29
- // ishControl minimum and maximum
29
+ // the minimum and maximum for the viewport resizer
30
30
ishMinimum = "240"
31
31
ishMaximum = "2600"
32
32
33
- // which, if any, controls to hide in the nav
33
+ // which, if any, controls to hide in the nav, separate with a comma
34
34
ishControlsHide = "hay"
35
35
36
- // the order of pattern states
36
+ // the order of pattern states, css class names
37
37
patternStates = "inprogress,inreview,complete"
38
38
39
- // the pattern types that shouldn't be included in the style guide
39
+ // the pattern types that shouldn't be included in the style guide, useful if you nest pages/templates
40
40
styleGuideExcludes = ""
41
41
42
- // where the cache buster should be on. can be overridden via command line
42
+ // should the cache buster be on, set to false to set the cacheBuster value to 0
43
43
cacheBusterOn = "true"
0 commit comments