f / delorean

An Agnostic, Complete Flux Architecture Framework
749 stars 40 forks source link

Some improvements #49

Open tbranyen opened 9 years ago

tbranyen commented 9 years ago

Hi @f, I've been starting to work on DeLorean. I have a few ideas I'd like to tackle:

f commented 9 years ago

Man I'm adding you to the project :) You can do whatever you want without asking :+1:

f commented 9 years ago

Convert to ES6. Create distribution using the ES6 Module Transpiler.

I think we can use https://github.com/sebmck/6to5, I really like it :)

Remove dist folder, since you don't typically want to commit built files.

I really don't want to. But bower needs it. Maybe we can make another repository that contains built files for bower.

tbranyen commented 9 years ago

Another alternative, and one I've been using is to make a commit with all the built files and tag that. Bower reads from tags so it will see the built files, but they don't need to live in the master branch.

f commented 9 years ago

Thanks man! Good idea. It was really disturbing me, too :)

f commented 9 years ago

@tbranyen I've ideas about ES6 here, your ideas would be awesome, too :)