paulyoung / jade-inheritance

Reduce compilation time for Jade files by understanding inheritance.
MIT License
40 stars 13 forks source link

Disregard files that are only extended? #2

Closed paulyoung closed 11 years ago

paulyoung commented 11 years ago

If a file is only extended by other files, should it be returned in files?

Perhaps it should be excluded as there may be no need to compile it.

paulyoung commented 11 years ago

Extension does not mean that a file is abstract.