reflux / refluxjs

A simple library for uni-directional dataflow application architecture with React extensions inspired by Flux
BSD 3-Clause "New" or "Revised" License
5.36k stars 330 forks source link

Add dist to npm repo #448

Closed jeffrifwald closed 8 years ago

jeffrifwald commented 8 years ago

Addresses: https://github.com/reflux/refluxjs/issues/441

I also just ran into this issue. Are any big reasons to not include the dist in the npm repo? The current setup forces you to use bower, which is not ideal. A quick explanation or a merge + publish would be much appreciated. Thanks!

devinivy commented 8 years ago

Hi @jmcriffey– this has been discussed in the past. Check out https://github.com/reflux/refluxjs/issues/397#issuecomment-132273313. @spoike is this closable?

spoike commented 8 years ago

I may reconsider to add dist again since this issue keeps recurring, but I need to know why @jmcriffey and others are not using CommonJS as is ordinary for node packages. Are there other packages that do this?

devinivy commented 8 years ago

@jmcriffey you've convinced us well! Expect to see dist in the next npm release. Closes #441.