forestryio / create-static-site

Create static websites with no build configuration.
MIT License
135 stars 10 forks source link

package.json explicitly includes dotfiles for the npm package #46

Closed ncphillips closed 6 years ago

ncphillips commented 6 years ago

closes #44

Also reading the init.js used to be brutal. I found it incredibly hard to jump in and remember what it was doing, so I decided to break it down into a multiple functions. I think the main exporting function reads muuuuuch better now, and I think I've identified some unnecessary code.