@@ -11,33 +11,33 @@ ie = "scss,DS_Store,less"
1111// directories and files to ignore when building or watching the source dir, separate with a comma
1212id = "scss,.svn,.sass-cache"
1313
14- // choose which ports the websocket services should run on
14+ // choose if these services should be loaded in the nav and their ports
1515autoReloadNav = "true"
1616autoReloadPort = "8002"
1717pageFollowNav = "true"
1818pageFollowPort = "8003"
1919
20- // whether the qr code generator should be on
20+ // whether the qr code generator should be loaded automatically in the nav
2121qrCodeGeneratorOn = "false"
2222
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
2424xipHostname = "http://patternlab.*.xip.io"
2525
2626// whether the public directory should be cleaned when generating your site
2727cleanPublic = "true"
2828
29- // ishControl minimum and maximum
29+ // the minimum and maximum for the viewport resizer
3030ishMinimum = "240"
3131ishMaximum = "2600"
3232
33- // which, if any, controls to hide in the nav
33+ // which, if any, controls to hide in the nav, separate with a comma
3434ishControlsHide = "hay"
3535
36- // the order of pattern states
36+ // the order of pattern states, css class names
3737patternStates = "inprogress,inreview,complete"
3838
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
4040styleGuideExcludes = ""
4141
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
4343cacheBusterOn = "true"
0 commit comments