Skip to content

Commit 73b8be5

Browse files
authored
a bit more docs
1 parent 487d6ef commit 73b8be5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,8 @@ class Encore {
493493
* { from: './txt', pattern: /\.txt$/ },
494494
* ]);
495495
*
496-
* // Set the context path
496+
* // Set the context path: files will be copied
497+
* // into an images/ directory in the output dir
497498
* Encore.copyFiles({
498499
* from: './assets/images',
499500
* to: '[path][name].[hash:8].[ext]',

0 commit comments

Comments
 (0)