EFForg / OpenWireless

The official home of the EFF OpenWireless Project
Other
732 stars 80 forks source link

Remove templates.js from source control #234

Closed fawkesley closed 10 years ago

fawkesley commented 10 years ago

It's generated from templates - normally such build artifacts shouldn't be in source control.

Maybe there's a special reason for templates.js to be in source control in this case?

jsha commented 10 years ago

Like I mentioned in #233, this was a workaround to the fact that our build machine didn't have handlebars. @Rangak, is that something you could look at fixing now? Does the build machine also not have nodejs/npm? Because if it has npm we could install handlebars using those.

fawkesley commented 10 years ago

@jsha Ahh missed your point about the build machine lacking handlebars. Hmm yes I see.

fawkesley commented 10 years ago

Closing until the build machine gets handlebars installed.

Rangak commented 10 years ago

Build machine had a version of Debian that I had trouble getting setup with Handlebars. We need to move to new build server in next couple of months etc. Will address this then and get it properly setup with Handlebars.