소스 검색

Jot down planned improvements for the single-file builder script.

Daniele Alessandri 14 년 전
부모
커밋
2b62b75557
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      bin/createSingleFile.php

+ 3 - 0
bin/createSingleFile.php

@@ -10,6 +10,9 @@
 //
 // The current implementation is pretty naïve, but it should do for now.
 //
+// TODO: add some kind of blacklisting mechanism to leave out certain classes
+//       that may be considered useless for developers.
+//
 
 /* -------------------------------------------------------------------------- */