sf-interns / mathswipe

A game with numbers
https://sf-interns.github.io/mathswipe
MIT License
3 stars 1 forks source link

Remove unused JS files #72

Closed ericthewry closed 9 years ago

ericthewry commented 9 years ago

Hey @sf-interns/owners

A long time ago, Peachy suggested that we remove all of our js files from the repo... we never did. If you notice when you run npm run devserve the files that are bundled are entirely *.coffee files (except two.js).

I'm doing this from my PC, so try it on your machines to make sure it works

Note that this means you'll need to disable BetterCoffeeScript, or use sublime 3 where it doesn't compile.

bmwwoo commented 9 years ago

I would say to add all the js files to our .gitignore. There's definitely a way to make git still add our bundle js file though.

ericthewry commented 9 years ago

yeah. you can force it to recognize the bundle.js

ericthewry commented 9 years ago

@sf-interns/owners Let me know if there's anything else

chuj commented 9 years ago

LGTM :rocket: