goatslacker / alt

Isomorphic flux implementation
http://alt.js.org/
3.45k stars 323 forks source link

Fix dev deps so that the build doesn`t break after the initial setup. #607

Closed mareksuscak closed 8 years ago

mareksuscak commented 8 years ago

After checking out the source code for the first time and npm install the error was being displayed:

screen shot 2016-01-25 at 20 10 00

The reason was a missing babel-loader and style-loader dependency. This should be gone with this PR merged in.

mareksuscak commented 8 years ago

Build timed out. That's the reason why it failed. I am not allowed to trigger a rebuild and don't want to send more unnecessary commits in here so please trigger a rebuild whoever can do it.

goatslacker commented 8 years ago

Thanks