Public Profile

Results 163 comments of Public Profile

I've done all this in my project. Take a look if you'd like to port it back over. =)

Yea, I agree. I'd like to get rid of the whole rewrite of the index.html thing. It is kind of ugly. =)

Where did you see it done? The [angular 2 gulpfile](https://github.com/angular/angular/blob/master/gulpfile.js) (`tools/build/*`) is what got me thinking about it.

:+1: (i even like the one you had in your pre-edited comment)

Ok, I've taken a stab at this and so far I'm pretty happy with the initial result. It can certainly get better, but it is a good first pass. It...

@brianfeister you may want to look at what [i've done with this project](https://github.com/lookfirst/systemjs-seed/). i've got a [generator started too](https://github.com/lookfirst/generator-systemjs/).

today, i'm going to split out the routing.js file into its own project. that is the last thing that is really specific.

@brianfeister I see this as a strictly frontend project. I see the future as being that the frontend and backend are really two different beasts communicating through JSON. ([Don't forget...

I'm seriously not a fan of webpack. I tried it and found it to be a giant mess with terrible documentation. SystemJS + SystemJS builder is the future.