From time to time it so happens that I have to write vanilla CSS (you don't do that 2016 ;) and it gives me such anxiety you wouldn't believe it :D
So I went about it and wrote a CMOD wrapper for libsass http://sass-lang.com/libsass http://sass-lang.com/libsass. Since I hardly know any C and very very little about the internals of Pike I would very much appreciate if someone would take a look at the module and give me feedback.
And also, if you think it fits in the Pike repo, does it fit under Tools or should it be located somewhere else. It really doesn't matter to me personally.
Any feedback is welcome.
Regards ----------------------------- Pontus Östlund Developer • Roxen AB +46 70-662 81 69
www.roxen.com http://www.roxen.com/ | twitter.com/roxen https://twitter.com/roxen
23 nov. 2016 kl. 11:10 skrev Peter Bortas @ Pike developers forum 10353@lyskom.lysator.liu.se:
Sounds like something that belongs on http://modules.gotpike.org/
Good enough! But I'd rather put it on Github then. It is after all 2016 ;)
A a side note: I was thinking about having something like a Github version of Monger. That would be neat!
Regards ----------------------------- Pontus Östlund Developer • Roxen AB +46 70-662 81 69
www.roxen.com http://www.roxen.com/ | twitter.com/roxen https://twitter.com/roxen
Well, obviously you should put it in public git somewhere. :)
But the point is that pike has built in support for fetching module packages from gotpike.org via pike -x monger. It should really be the default place to put new stuff before we determine if it's good for mainline, especially if it has external dependencies that might complicate the build.
23 nov. 2016 kl. 13:25 skrev Peter Bortas @ Pike developers forum 10353@lyskom.lysator.liu.se:
Well, obviously you should put it in public git somewhere. :)
But the point is that pike has built in support for fetching module packages from gotpike.org via pike -x monger.
Hence my remark that it would be nice with a Github/Bitbucket/what ever public git repo version of Monger.
Regards ----------------------------- Pontus Östlund Developer • Roxen AB +46 70-662 81 69
www.roxen.com http://www.roxen.com/ | twitter.com/roxen https://twitter.com/roxen
Monger supports fetching module code from git/hg/whatever, but released versions should still be uploaded for those users who don't have those tools and want to install a stable version of a module.
Either way, the module should be registered at modules.gotpike.org so others can find it.
A sample module that contains all of the files required for an externally built module is available for download... look for the link at the main page.
Bill
On Nov 23, 2016, at 8:07 AM, Pontus Östlund pontus@roxen.com wrote:
23 nov. 2016 kl. 13:25 skrev Peter Bortas @ Pike developers forum 10353@lyskom.lysator.liu.se:
Well, obviously you should put it in public git somewhere. :)
But the point is that pike has built in support for fetching module packages from gotpike.org via pike -x monger.
Hence my remark that it would be nice with a Github/Bitbucket/what ever public git repo version of Monger.
Regards
Pontus Östlund Developer • Roxen AB +46 70-662 81 69
www.roxen.com | twitter.com/roxen
pike-devel@lists.lysator.liu.se