HannoverJS / website

HannoverJS Website
https://hannoverjs.de
MIT License
17 stars 15 forks source link

Rework file structure and add grunt task #18

Closed cburgdorf closed 8 years ago

cburgdorf commented 11 years ago

Currently we mangle all the app code into one file app.js. While this is fine for 150 loc, we as a JavaScript user group should be a good example for others.

What we should achieve:

We currently just use the gh-pages branch as a mirror of the master branch. If we want to continue with that (which is convenient) we probably should do something like that:

Releases would continue to be nearly as easy as now:

  1. run the grunt task
  2. commit
  3. mirror master branch as gh-pages (either by merging or maybe better by resetting to master)