1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 06:08:23 +01:00

making it clearer what moveFile does

This commit is contained in:
Dave Olsen 2013-07-03 20:58:42 -04:00
parent 0919a6f883
commit 4c9581ac26

View File

@ -502,9 +502,10 @@ class Builder {
}
/**
* Copies a file from the given source path to the given public path
* @param {String} the source pattern name
* @param {String} the public pattern name
* Copies a watch file from the given source path to the given public path.
* NOT for patterns. Is defined in config.ini and is for special files
* @param {String} the source watch file
* @param {String} the public watch file
*
* @return {String} copied file
*