ramda.github.io
ramda.github.io copied to clipboard
Remove old files
There are a few files in the repo that I don't think are used any more, so we could probably remove them.
- index.html.handlebars
- releases.html.handlebars
If #175 is merged:
- repl/index.html.handlebars
- repl/css/page.css
Possibly these too?
- repl/.babelrc
- repl/.gitignore
- repl/npm-shrinkwrap.json
- repl/package.json
- repl/README.md
- repl/lib/*
Possibly controversial:
- Makefile
#175 is merged. Less is certainly more. If you find the Makefile is in the way and npm is sufficient to build the site, I would not object to removing the Makefile.
I don't find it in the way, I think it's quite out of date though, so I really wouldn't recommend using it. I think all the operations are covered by other scripts, so it doesn't seem necessary. I could look into updating the Makefile to include all the latest scripts if people would really like to keep it though.
I think all the operations are covered by other scripts...
If this is so, I have no objection to removing the Makefile. I'd much rather have one way to this.
Agreed with @buzzdecafe
+1, as I just wasted an hour trying to get make to work.
I'm a big fan of Make but I agree that as it is the Makefile might as well just be a simple shell script.
I recently started cleaning things up. I wanted to keep the Makefile to the bare minimum so that we know exactly what needs to be migrated as a shell script. (Will also put an NPM script)
There are still some files that need to be deleted so that list is still useful.