delorean icon indicating copy to clipboard operation
delorean copied to clipboard

Some improvements

Open tbranyen opened this issue 11 years ago • 5 comments

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

tbranyen avatar Nov 06 '14 03:11 tbranyen

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

f avatar Nov 06 '14 13:11 f

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.

f avatar Nov 06 '14 13:11 f

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.

tbranyen avatar Nov 06 '14 14:11 tbranyen

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

f avatar Nov 06 '14 14:11 f

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

f avatar Nov 06 '14 15:11 f