Some improvements
Hi @f, I've been starting to work on DeLorean. I have a few ideas I'd like to tackle:
- [X] Migrate Grunt tasks into separate files for better maintainability.
- [X] Fix JSCS and JSHint errors.
- [ ] Convert to ES6.
- [ ] Create distribution using the ES6 Module Transpiler.
- [ ] Load modules in tests using ES6 Module Loader.
- [ ] Convert to JSDoc and generate documentation.
- [ ] Remove
distfolder, since you don't typically want to commit built files.
Man I'm adding you to the project :) You can do whatever you want without asking :+1:
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.
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.
Thanks man! Good idea. It was really disturbing me, too :)
@tbranyen I've ideas about ES6 here, your ideas would be awesome, too :)