Windows build, package C, and updated README #109
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All tested on Windows and OSX.
The package-c task creates a unified css-layout.h file which is a single include containing the header and the implementation.
Example usage:
This in my experience is the simplest way to distribute a lightweight C lib, its inspired by https://github.com/nothings/stb.
Great job - a few comments on the Gruntfile, but otherwise, looks good to me.
It would be good to get some input from someone else on the C package step.
I've updated the code based on your comments.
@ColinEberhardt feel free to merge it in when it is to your liking, you do not need to wait for me :)
Thanks @prenaux for turning this around so quickly.