-
Notifications
You must be signed in to change notification settings - Fork 657
Open
Labels
Description
The generator does not process .jade files that are placed directly in /src.
I generated a webapp (mostly default settings, but using coffee and jade), renamed and converted .html files to .jade using www.html2jade.org as suggested in #749. This works fine for all files in /src/app and its subfolders, but not for files in /src, like index.html.
I don't know if it really makes sense or if it even is really possible to have a index.jade, but I thought that it might be a nice idea if Jade was supported throughout the whole directory structure? I would also suspect that the same behaviour exists for the other preprocessors.
Last but not least: You did a truly awesome job writing this generator!