css

For all your CSS related content...
grounded_sage 2016-03-04T03:18:13.000062Z

@bendy: I'm currently looking at this. Kind of scares me to be diving back into Webpack but I'm not sure if I could pull something like this off in Clojure land.

grounded_sage 2016-03-04T03:18:16.000063Z

https://github.com/koistya/react-static-boilerplate

grounded_sage 2016-03-04T06:47:42.000065Z

Ahh so hard to decide what to do. Found myself looking at all these silly plug and play solutions which = not learning to actually program. Think I might stay here and stick with it.

2016-03-04T17:38:21.000066Z

@grounded_sage fwiw, if you decide to go the webpack route, I'd start with a really simple webpack config. Don't worry about hot reloading or anything, just get a few loaders in there

2016-03-04T17:38:54.000067Z

webpack is kinda like leinengen - it's a lot simpler to understand if you just start with the basics, and mix in what you need as you learn it

2016-03-04T17:39:01.000068Z

feel free to pm me if you need help