naggie / crates

2013: Crates, a media database with immutability, federation and filesystem mapping, playlists for DJing
MIT License
5 stars 2 forks source link

Javascript packaging/build system #1

Closed naggie closed 9 years ago

naggie commented 9 years ago

We may as well do this properly as it should be structured from the start, lest it become a nightmare to manage.

I think we need a build step for our JS assets. Ideally something that looks for changes and recompiles -- be it gulp (which I know @jimjibone likes) grunt, custom or vanilla browserify + react transpiler. http://christianalfoni.github.io/javascript/2014/08/15/react-js-workflow.html gives a good rundown.

@jimjibone, up for this?

We could have a (commonjs) module per logical react component, such as player, browser, whatever.

naggie commented 9 years ago

done for now, browserify.