Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit fde72f8

Browse files
committed
update descriptions of issues in the config
1 parent 6ae174c commit fde72f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

core/config/config.ini.default

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1212
id = "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
1515
autoReloadNav = "true"
1616
autoReloadPort = "8002"
1717
pageFollowNav = "true"
1818
pageFollowPort = "8003"
1919

20-
// whether the qr code generator should be on
20+
// whether the qr code generator should be loaded automatically in the nav
2121
qrCodeGeneratorOn = "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
2424
xipHostname = "http://patternlab.*.xip.io"
2525

2626
// whether the public directory should be cleaned when generating your site
2727
cleanPublic = "true"
2828

29-
// ishControl minimum and maximum
29+
// the minimum and maximum for the viewport resizer
3030
ishMinimum = "240"
3131
ishMaximum = "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
3434
ishControlsHide = "hay"
3535

36-
// the order of pattern states
36+
// the order of pattern states, css class names
3737
patternStates = "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
4040
styleGuideExcludes = ""
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
4343
cacheBusterOn = "true"

0 commit comments

Comments
 (0)