1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-29 11:59:16 +01:00

explaing the watch file config

This commit is contained in:
Dave Olsen 2013-07-03 21:03:48 -04:00
parent 91ad3771d0
commit f3958330f2

View File

@ -14,9 +14,11 @@ fp = 0664;
// directories/files to ignore when iterating over the patterns directory. separate by commas
if = ".,..,.DS_Store,d-wrapper";
// files to watch updates, second var is for where they go. separate by commas
wf = "/css/style.css"
mf = "/css/style.css"
// 'wf' is for files that pattern lab should watch for changes, 'mf' is for
// where those files should be moved when they are changed. to add files to the watch simply
// separate them with commas
wf = "css/style.css"
mf = "css/style.css"
// choose which ports the websocket services should run on
contentSyncPort = "8002"