8
0
فهرست منبع

Update comment.

m-turek 8 سال پیش
والد
کامیت
23fc1b7937
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/docs/snippet-adapter/snippetadapter.js

+ 1 - 1
scripts/docs/snippet-adapter/snippetadapter.js

@@ -58,7 +58,7 @@ module.exports = function snippetAdapter( data ) {
 				cssFiles.unshift( path.join( data.relativeOutputPath, data.snippetPath, 'snippet.css' ) );
 			}
 
-			// If the snippet is a dependency of a parent snippet, append JS and CSS to HTML.
+			// If the snippet is a dependency of a parent snippet, append JS and CSS to HTML and save to disk.
 			if ( data.isDependency ) {
 				let htmlFile = fs.readFileSync( data.snippetSource.html ).toString();