craftr-build / craftr-build-4.x

Frontend for the Craftr build framework.
https://craftr-build.github.io/craftr/
Other
60 stars 14 forks source link

Support Craftfile.py and .craftrc.py #95

Closed NiklasRosenstein closed 8 years ago

NiklasRosenstein commented 8 years ago

I think it might look more natural to have the .py suffix on these files since they essentially are Python files.

winksaville commented 8 years ago

+1

On Mon, Apr 25, 2016, 4:47 AM Niklas Rosenstein notifications@github.com wrote:

I think it might look more natural to have the .py suffix on these files since they essentially are Python files.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/craftr-build/craftr/issues/95

NiklasRosenstein commented 8 years ago

While we're at it, I suggest all the following changes to the file naming scheme:

old name/scheme new name/scheme
Craftfile Craftfile.py
.craftrc craftrc.py
<some_module>.craftr craftr.ext.<some_module>.py