ramda.github.io icon indicating copy to clipboard operation
ramda.github.io copied to clipboard

Remove old files

Open MattMS opened this issue 8 years ago • 6 comments

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

MattMS avatar May 13 '17 12:05 MattMS

#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.

buzzdecafe avatar May 14 '17 13:05 buzzdecafe

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.

MattMS avatar May 14 '17 13:05 MattMS

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.

buzzdecafe avatar May 14 '17 14:05 buzzdecafe

Agreed with @buzzdecafe

kedashoe avatar May 14 '17 16:05 kedashoe

+1, as I just wasted an hour trying to get make to work.

Klortho avatar Apr 15 '18 05:04 Klortho

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.

customcommander avatar Jan 19 '22 23:01 customcommander