Martin Klepsch
Martin Klepsch
Hey, there is a pull request by "sams" implementing this. I would like to get some feedback on the camelCase vs. dash topic. To me it seems quite reasonable to...
You should see the pull request if you click on "Pull requests" im the project menu. https://github.com/stubbornella/oocss/pull/56 Martin
It's a learning process. People should understand why it's better to use minified copies than the original code (Also it should be explained in the docs). An idea i had...
Hehe. I knew that some people will get this wrong. :) My plan was not to use this master file in production. My plan was to use a master file...
Yep, thats actually the best way i think. I think creating a branch 'minified' where the compressed files live would work well. This way we dont need to mess with...
I just noticed that this wouldnt solve the whole problem since there would be many different files, which would result in many requests. Any ideas how to improve that?
I think Natural Docs would be a bad choice since it's mainly built to document functions etc. – Things you don't really have in CSS. What I found recently is...
In fact this sounds like a fun idea. Create a set of modular markups and let people style them with CSS & JS. Maybe with some live editors as they...
And maybe relatedly: I'm seeing logs being printed in Node.js despite not having called any install method. ``` [ 0.163s] [app.server] {:server/starting {:port 3000}, :line 165} ``` The formatting looks...
> I don't think so, just started a Node based cljs repl and tried it out, doesn't log anything until I install a handler. Maybe you're loading another library that's...