Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lambdaisland/garden

Generate CSS with Clojure
https://github.com/lambdaisland/garden

Merge pull request #124 from meelijane/def-docs-fix

fix typo with space

db08e7250a19b994efed19947e12ec9ab0fa80b0 authored about 8 years ago
fix typo with space

751716e942d82f5a6a6cd08962de59d4e8f00905 authored about 8 years ago
Call for help in the README

98647de84d97544881f8ed15f1fe77cd8a8f56f9 authored over 8 years ago
README tweaks

5801aa52e833e8ab33ff1b0b74cc5009749105fd authored almost 9 years ago
Set development version

3a9b75238a88bd5d9fcbc50fd4c5f983abd46d60 authored almost 9 years ago
Version bump to 1.3.2

5f9b8ba3ce834852d7a7b9337bfc7b6abebb6de4 authored almost 9 years ago
Housekeeping in garden.units namespace

fb382158be76f1d9cae46ab62eb8766c8e8d0d3c authored almost 9 years ago
Merge pull request #107 from powernoodle/color-cljs

Fix CLJS compile errors

47c7ce6c61ea9c7dc3f6017ab6934ab6461c354b authored almost 9 years ago
Fix cljs compile errors

98f9f4393ee4d7eb007979c847b334559407d348 authored almost 9 years ago
Set development version

2dfadc1d0ec4337ae66e0d1e632ea65fc7abef06 authored almost 9 years ago
Version bump to 1.3.1

44422159d4fe75a92eba65beec5bde33fdfff76e authored almost 9 years ago
Small tweaks to project aliases, do not autotest by default

bc77a3eed34cf592fec564a088ffb282d1691d8f authored almost 9 years ago
Merge pull request #104 from noprompt/enhance/upgrade-deps

Enhance/upgrade deps

aa55c56441c491547f279144212c321d73f5e438 authored almost 9 years ago
Merge pull request #106 from noprompt/enhance/color-helpers

Enhance/color helpers

edb5e135b9aab1f8a7ece06c4c72b19d74e6b7b4 authored almost 9 years ago
added weighted-mix helper

I found this color helper useful. Dannueu said he's not active in
clojure, and I would hate to l...

68b3d6fd4aa7aae20dba39f760a92c0f66240ac3 authored almost 9 years ago
add lightness and saturation helpers

closes #26
Thanks, @danneu.

c652f83ca29ccf4b6897612e0b45c6bb806ddb3e authored almost 9 years ago
apply standard formatting, exlude rhino from yui

- rhino is shipped with cljs (build time)
- this should also fix #78

fe41b88081b430e35fac363b0ad3a753f92569fa authored almost 9 years ago
fix node repl script

As usual, things break with upgrades. Remove the "Dir" based multi
folder builds and use the def...

b6ce89e8702e49afab89ee9e16d5c0693721e002 authored almost 9 years ago
upgrade dependencies

- bump cls -> 1.7.228
- bump yui, sourcemps, and remaining dev deps
- format

tests pass!

26386590afc809638017c45282b6b4a85bb30412 authored almost 9 years ago
restore a basic introduction from the wiki

per joel's suggestion

befff911725d711a84c6b45e204b58475faa8024 authored about 9 years ago
changes per PR

d14d6e552edbccf15501c76fd8916c1102cbecb2 authored about 9 years ago
added excludes to remove CLJS compiler warnings

9163e2b15a2af2b5ecac930d51c20b622960ab5f authored about 9 years ago
added excludes to remove CLJS compiler warnings

fe196ec34bab0759250039136917f275c825312c authored about 9 years ago
added excludes to remove CLJS compiler warnings

4cbcbd6b8922b4a92f4f89491c2cd6c5619d72e7 authored about 9 years ago
fix bug

wrong reader literals

f86eeacbc707cd6adcde4665607157cb4ef2a81e authored about 9 years ago
Merge pull request #85 from sgrove/master

Fix Clojure 1.7/self-hosting cljs/figwheel issues

df8b616acde852954e7f0b2758ef1c8a07490ce7 authored about 9 years ago
remove doc folder

- docs are under github wikis

4ff10842052c922c7abb37e3a9fa2a88d0702d60 authored about 9 years ago
add community section

f883cec7d3075c1bb933d8482cd8760c9a8e3507 authored about 9 years ago
move docs into wiki

Managing a single-page README for docs is no longer efficient. Starting
today, Garden is adoptin...

f841fa970158f861cab56413313f436434117eb1 authored about 9 years ago
fix failing node repl build

commit 9938e8 broke 'lein node-repl' with the following error

No method in multimethod 'emi...

edda84206be52bedca508a374fe1e91057def3ae authored about 9 years ago
Add Clojars version badge to README

2aefb9689af5b127928023adb68c63407edbe8a5 authored about 9 years ago
Set development version

eae17096b97fb74906ffb0c9d664e6803e938813 authored about 9 years ago
Version bump to 1.3.0

Also fix ugly formatting in project.clj

c32e619402766b5d8e9799e9dfaa6227c2d80969 authored about 9 years ago
Merge pull request #98 from MaxSt/master

fixed bug when rgb->hsl value can be > 100

79a277702308e3cbff26d05c0de18c2673c9a76f authored about 9 years ago
added test for a rgb->hsl color where s would be > 100

9938e8cee1db97c7337c827d627c7c1db0e1b790 authored about 9 years ago
fixed bug when rgb->hsl value can be > 100

73efbf2e609c528176224e07894cad8616c5b269 authored about 9 years ago
Merge pull request #96 from ernestas/correct-docstrings

Correct the docstrings

030d81316d489aba238d34a97aedfe04fcdfd406 authored about 9 years ago
Correct the docstrings

51624c22e88974ce91c1ac9b0e3977b2ec39cbdc authored about 9 years ago
Merge pull request #95 from ernestas/correct-throw-arguments

Correct throw argumets. Fixes #93

7dcec683f3425128329dd1b2a3c08dd1c8f7e08d authored about 9 years ago
Correct throw argumets. Fixes #93

7c464c9e58e3672c8412a223afc5bc022e2d10f3 authored about 9 years ago
Merge pull request #94 from ernestas/give-readme-some-love

Give readme some love

03af985f7e1851ee0e184efaa96572e600554f4d authored about 9 years ago
Document selectors namespace

c8500aba60fb92f602c822af1f56311107a24b01 authored about 9 years ago
Consistency: dot -> colon

30af5dd8ea86182cac82b340580f93a0c5d67a21 authored about 9 years ago
Recommends -> requires

13e19663b961239c35fd3b7a50e99a4aacaba1d0 authored about 9 years ago
Add items to the table of contents

94a8a19dd3dacfef28bb3747c30b5d7eb596b8ff authored about 9 years ago
Merge pull request #87 from ernestas/master

Fix code examples

0211463559476257a60e304df8991470bdd8fe47 authored over 9 years ago
Fix code examples

2f4e6a8cbde71e8e18fea87baf9f815dda61d4a2 authored over 9 years ago
Temp rename this to fix figwheel loading error

43f9a496234d87d65f1d8ece76fa135a70d8dd5a authored over 9 years ago
Fix cljs refer issues

98bb431471d0767e6a889d6e06e2746c4138a987 authored over 9 years ago
reorg toc, add notes

- cleanup toc
- add note on adding dynamic styles #83

5c9d3e31f620ec3555a1ac81e73082657412d7a0 authored over 9 years ago
up change history

88000aab754ef9776b411736b4c7dec6b8848d54 authored over 9 years ago
up notes on 1.7, edits

- update contributors
- add links to libraries and utilties

faaddf815e88750f71f5f1492adb1df699111125 authored over 9 years ago
remove cider-nrepl dev dep

- developer specific dep can be added in ~/.lein/profiles.lj

9d9b38e0f9f200fae830107b14f8f57f2a8db3f8 authored over 9 years ago
Merge pull request #81 from priyatam/master

Migrate cljx to cljc and maintain parity with Clojure/Cljs 1.7 (tests and repl)

5f8cfdb34944873592b010e4339c6ab555d302b3 authored over 9 years ago
restored cljs import

- fixed bug to include goog.string in :cljs

f0a2688798c5584defb586ced0e4d35efb6844f7 authored over 9 years ago
remove redundant functions #77

- fix typo in readme

c476cce6311a356b4b7b64596c728c6e638345fb authored over 9 years ago
move yui to deps

03164459df8ed574b15775536899ff38340958b1 authored over 9 years ago
add note on running tests and repl

9a2a34c5452f20f6674c7b5fa1e78d66d83512ec authored over 9 years ago
add manual build, npm source maps, and clj test

- lein test currently doesn't pick up .cljc, use lein-test-refresh
plugin which not only fixes...

58c39d3d4badc51c5a62198f1944d3b2a988dab1 authored over 9 years ago
migrate compiler.cljc code and tests #77

- tested with new clj 1.7

17aba5ad7b1571fc1f7614c409a1a773ba3f9819 authored over 9 years ago
migrate selectors.cljc code and tests #77

- tested with new clj 1.7
- pay attention: wrap defmacros in :clj literal!

24c9cd2eeb955bf12aa414b8444d69ca0d4cea6e authored over 9 years ago
migrate compression.cljc code and tests #77

- tested with new clj 1.7

19a08137ca7c9efa8181bab6e95775339ad66168 authored over 9 years ago
migrate stylesheet.cljc code and tests #77

- tested with new clj 1.7

762af7ba6d58c1aa18897670dc4cb06148034f8a authored over 9 years ago
migrate arithmetic.cljc code and tests #77

- tested with new clj 1.7

b2c94c22d84ebae89268efa95e7716cdce91256a authored over 9 years ago
add the new test runner based on clj 1.7 #77

- cljc ships with inbuild cljs.test that is almost on api parity with
clj test. We don't have ...

c2715c47fc823fb8adde9472a88156b77cad7d83 authored over 9 years ago
migrate colors.cljc code and tests #77

- tested with new clj 1.7

d080c767f145870539bd9f7573384d93f6581daf authored over 9 years ago
migrate units.cljc code and tests #77

- tested with new clj 1.7

d5568228fdc6624d08d61f391b4ebec3fcedca64 authored over 9 years ago
migrate util, util.test

- migrated and tested util.cljc with the new clj 1.7

bca568fd5c9c70c1f1dedd592b1cb6324fe3e8ba authored over 9 years ago
add cljs node repl #77

0f46a1c7a3244f9d9f5a7e50df985d2b856aeccf authored over 9 years ago
drop cljx, nrepl middleware, add node repl

- migration to clj 1.7 requires elimination of all nrepl middleware as
they don't support the ...

edde8dcd70b4a24daf2a480955cca1b9cc7da0de authored over 9 years ago
move tests cljx-cljc

328c6b79fb6c1782d4f3f46bf1372a24a7a79953 authored over 9 years ago
move clj, cljc code into src/garden #77

- splitting src types into multiple folders is no longer
necessary with clojure 1.7

2aad1fc08003ab1891f0614b617acf1fcff402bf authored over 9 years ago
renamed cljx->cljc #77

686dfb911cac3793ca873fbd2b250d4f950923d0 authored over 9 years ago
up clj, cljs versions #77

a1485e5a1ca6a1f4bf46b61a57f185a9ddc8733b authored over 9 years ago
Keep recommended version at 1.2.5 due to bad build of 1.2.6

2e1daa64f6b98b8ac9c0c027231b2ae3efe0390a authored over 9 years ago
Set development version

1db24a7f5105e13f3ceb6d3a6af7547f182d1098 authored over 9 years ago
Version bump 1.2.7

356a253ca11557e9f48f9b0ad614ff6e56e92d76 authored over 9 years ago
Merge pull request #71 from priyatam/master

upgrade Cljs to 0.2755 and remove redundant repls/brepls

4b677b74f886dc2c3b847b1d07b0e009980fe4c7 authored almost 10 years ago
bump cljs version to 0.2755

- the new cljs includes 3-10x improvements in compilation and
offers an in-built brepl
- http:...

4dace6cf9dfaa3c3e93c94493ed16ab043f2f03a authored almost 10 years ago
Add experimental color namespace

f4b57619fd41877ed7517f0d1f71e19fe09c9d96 authored about 10 years ago
Set development version

9bb918d499e1390dc0b7c4babf26ea80c2f10b51 authored over 10 years ago
Update README

744db2295b5f660796b03c4fbe485fb60d089138 authored over 10 years ago
Version bump to 1.2.5

0b340dc63190d893a7fd8fcccefec7f9c252e13e authored over 10 years ago
Merge branch 'master' of github.com:noprompt/garden

7bd6e03cf86e11a91f48b4be6295c66ae03fd5ed authored over 10 years ago
Update README

1ec6eca8f59cb886af9b583f3b94fa9bd3f5690d authored over 10 years ago
Set development version

1929cfbdcf7b09b5a2630cfa7c01e462d627f7af authored over 10 years ago
Version bump to 1.2.4

34a52f6a78c11daa9a83d410018d6d00a2b3e7e7 authored over 10 years ago
Merge pull request #65 from cpetzold/auto-prefix

Add ability to automatically prefix properties

b4fc1d894277e30f35bc309be2cb89108606bcc8 authored over 10 years ago
Update readme with note about auto-prefixing

8d80dc21540140464925a9b6bd4e231fc33f90d7 authored over 10 years ago
Add ability to automatically prefix properties via :auto-prefix set in flags

7ad4d8f8ea4a9ba6e4379a4831767ba3bb11dc52 authored over 10 years ago
Set development version

71ed4d246810d36396696c76f24b606a219fbb38 authored over 10 years ago
Version bump to v1.2.3

520f5d72d2ce9a322f32d844e6ac355a0d709545 authored over 10 years ago
Merge branch 'master' of github.com:noprompt/garden

0f64bc335777d043c71133f7f4177eab756d5e00 authored over 10 years ago
Set development version

f740e62100c345fb50fb597b412dd5cade8e02e9 authored over 10 years ago
Version bump to v1.2.2

015d53bc36443fbee3ce7d6310a005ee707429fd authored over 10 years ago
Merge pull request #62 from jeluard/master

Make sure no warnings are generated when compiling with latest ClojureScript compiler

ea7e9e7e8c2ac9123aaf0e91b8fcbc94c397e21d authored over 10 years ago
Document known supported ClojureScript version. Fixes #59.

e4287ecd3e8bdfbe5bc7f314f3556028a8bd9c9e authored over 10 years ago
Fixed incorrect IFn protocol implementation detected by latest ClojureScript compiler. Fixes #61.

aa633fb4831899eb81347c333b168009a4d962f1 authored over 10 years ago
Add mailing list to README

911f8531e13d6f8d35d79938765080aead575d86 authored over 10 years ago
Don’t convert selectors to keywords in defrule

26b98b3b4cae075efa929cb70914a638c39ac8f1 authored over 10 years ago