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

Organize project.clj, add test-all alias

0209ea4d50779bd4baa4da76957520ad158928e8 authored over 11 years ago
Comment tweaks

d07b89e1e3bd1b5636ebecab748eb93c9b150529 authored over 11 years ago
Refactor and tidy up

74d4e2b9d39be8ba6c48887bf4ef457e551ef584 authored over 11 years ago
Add cljx.repl-middleware

8720dda23cde42a5de56ee4fadb198331316826c authored over 11 years ago
Remove :author meta from core namespace

I don't like :author meta. This is an open source project; it belongs
to everyone.

93c93679b9aed2b537a59c94db421963935bee86 authored over 11 years ago
Add @jeluard to contributors list

68ca12337b969a31e70afabf10858bb7f0909928 authored over 11 years ago
Add note about ClojureScript support

06d3aa84cb4870c071f48fb82a1e6f0bf0ac46e1 authored over 11 years ago
Update gitignore

88fef304adabced2b633490fc0d7b177b10d884f authored over 11 years ago
Implement stylesheet compression for ClojureScript

e554155953f570569a16c78fb312535ae8556fd2 authored over 11 years ago
Return the result of render-css in compile-style

2d04a09f10b48c5711e6108e98e105757a562fe0 authored over 11 years ago
Use doall instead of reimplmenting mapcat

f5c06f40ac6a1e2dd14f16420704f5f10f84c571 authored over 11 years ago
Fix cljsbuild options

14c5610060fbfc4eb1b4c8bda8eb5ee342dd69a1 authored over 11 years ago
Remove dev folder, add austin plugin

The dev folder causes some issues with ClojureScript development. I'm
removing it until it's saf...

89abe2378c9214af64bec6400ccb7dd84be969b7 authored over 11 years ago
Merge pull request #16 from jeluard/cljs

Add ClojureScript support

edf0decc7f588a666a52d6d194be0bd30f04a243 authored over 11 years ago
Disabled 'pretty-print: false' (and associated tests) for now.

da68a4291b19a5db7f63c8a9d17b7e84a73a3937 authored over 11 years ago
Merge branch 'master' of https://github.com/noprompt/garden into cljs

69dad0fe35da668fcf461670bce13da8a2f0a836 authored over 11 years ago
Fixed copy/paste issue.

5915ba7008c8c952132b40de1f48fc7af93e47b0 authored over 11 years ago
Add license to README, closes gh-17

30443471ad419d3204af66226313bb56168eb4ad authored over 11 years ago
Fix incorrect parent selector reference expansion

715c3a2a248e693b109951faaf5da84d63e651e6 authored over 11 years ago
Backport Clojure mapcat. Restored all previously failing tests.

33bdbfb20baf61385bc7cd92559e6bcd1d80c92e authored over 11 years ago
Removed old comment.

469c5c423c50d929310f6feb6d57608a1608f3cc authored over 11 years ago
Removed incorrect import.

0215d0553b6dffec024f8955ae615238e1887499 authored over 11 years ago
Make sure ClojureScript files are packaged in jar file.

63f2dbb1dcc7b2c0b229e480a0685cd29f27f4d7 authored over 11 years ago
Removed unused method.

b2c3c77dde8cbb9d6685d2d857a7488def72fb3d authored over 11 years ago
Merge branch 'master' of https://github.com/noprompt/garden into cljs

Conflicts:
src/clj/garden/repl.clj
src/cljx/garden/compiler.cljx
src/cljx/garden/def.cljx
sr...

f524dfb36b5e2eb0f69155622599ef5b9f8f8aa0 authored over 11 years ago
Some more ClojureScript progress.

eb16db635d47a4a2634863669fca809a6088316f authored over 11 years ago
Remove meta-as-media-query information in README

c5663100f6115a87d5c449cb4c139050a0884ac1 authored over 11 years ago
Update ChangeLog

58af71ded57fbb4a8494be400134c19e49721964 authored over 11 years ago
Move expand-at-rule :default

d84beda487282eb5b54364d1c568f4ce97be4a3c authored over 11 years ago
Add tests for defcssfn and defkeyframes

380ff419c8a34b7ab3f682578f6c1196a12d833b authored over 11 years ago
Add/clean documentation

ebaa86f0454ce0cd734270d9801e3589d1416d73 authored over 11 years ago
Minor doc tweak

0a8f578ba3aac1194fb3130d1294ab32bc5d7d3e authored over 11 years ago
Add Compilation heading

76c4d0919424740ecd103a0d97f9d946df2367f0 authored over 11 years ago
Minor reorganization

66b6d2405f202e2d6074913c2f4a950da3c35dbc authored over 11 years ago
Make vendors function private

40bf8c6c167f73ff7b834994962fabb81c049b6b authored over 11 years ago
Replace CSS{Import,Keyframes,MediaQuery} with CSSAtRule

Since CSS has several at-rules, and it would be nice if Garden could
target all of them, it make...

a7575a0eb175c63d708aaefc149cd55447cb7429 authored over 11 years ago
Remove accidentally added file

bfc8a30140a3cd9cda424245e918988289d7f1f4 authored over 11 years ago
Fix broken tests

2899ca7c6562c079ca73e338a6dd4336de0a01b0 authored over 11 years ago
Ignore more Emacs nonsense

b3f5c4e0ea94b4f24c205cff455ef8d809041089 authored over 11 years ago
Rename indent-location to indent-location-re

3bd47341e27019eb68ce2731e0efba44a6ffaf48 authored over 11 years ago
ClojureScript will generate applyTo.

99af12c74e50018b192432ca43b11ce0f238d425 authored over 11 years ago
Remove font-family function

See previous commit for why.

6c99ee83ce052b8ecd0301d13e5bada87c6a2a7f authored over 11 years ago
Remove superfluous stylesheet namespaces

This removes the garden.stylesheet.{functions,pseudo-classes,selectors}
namespaces. These namesp...

44a55222ad95757ff7cbd6a772bff43c54c35d22 authored over 11 years ago
Use default instead of object for ClojureScript Object.

1017b9ed1ea129e7405b2b704a2d69dcd9cce4b8 authored over 11 years ago
Function named divide break in ClojureScript.

f2fa0284df634465a6a5a07f88a1824f2b7a5e09 authored over 11 years ago
Do not use js/Object but object.

5731a3fa7af5a8c91d023be44b121d274070e69e authored over 11 years ago
Clean up util namespace, remove unused functions

047f3d0c424d566ceab51bde7b477b30f538aad0 authored over 11 years ago
Rely on concrete types and not protocols.

0fba33413816d21bc881a4c9118f692b7f9aca11 authored over 11 years ago
Fixed wrong usage of instance? in ClojureScript.

c9269991953368b6aa2d7a70c1bd3d3865a01d1d authored over 11 years ago
First pass at ClojureScript support.

0cc4bb1ea360dba32a57d9d810d32e2ee8499556 authored over 11 years ago
Update ChangeLog

8c277ea36a4e5a163a28e2f924e01f33f724b784 authored over 11 years ago
Add defkeyframes

defkeyframes allows stylesheet authors to define their own animations
by name.

71825f1742aecef9fffc0037b6f2aa6c81d69a03 authored over 11 years ago
Use apply since compile-css may take a variable number of args

dd142a285db07d888cc3ce612f58ef91f1dc8388 authored over 11 years ago
Render the :identifier field of CSSKeyframes when it's a declaration value

77ce3705998a55e8ae3b749c7252c5ad0c82b56f authored over 11 years ago
Add garden.repl to user namespace

dbc7d35eccc4f17fa53cf2d17103e1addf677f6f authored over 11 years ago
Clean up compiler

The patch removes a lot the unecessarily complex code around
expand-stylesheet by using mapcat i...

d9248e47a74edfb264f421b0363c356254afac10 authored over 11 years ago
Reimplement at-media to use CSSMediaQuery, fix font-family fn

72e442ff74e34e550d2ff7f469fafbd5bffaf24f authored over 11 years ago
Clean up util namespace

c9c4318c22b1b884c3d4a993fbd4746e14b84973 authored over 11 years ago
Add CSSMediaQuery type

Using meta data for media-queries turned out to be a bad idea.
Entirely. It added an extra layer...

c97ad545d632c3575dc6db5e0b5e08e30f934e3c authored over 11 years ago
Remove unecissary core tests

All output testing is handled in compiler_test. There's not really a
good reason to double check.

e6f471942167213df1dfacc0dab08c735ccca351 authored over 11 years ago
Fix indentation

61b36b9397d8d274f641380d016db4188a0325cd authored over 11 years ago
Clean up units namespace, change behavior of read-unit

read-unit has been changed to only work with strings.

ca51b5e35b160444dbcffa2acfef44c08bfe0e2c authored over 11 years ago
Improve example vendors example in ChangeLog

71947741619f7f970bb005d94ce3f1a23cc07865 authored over 11 years ago
Update ChangeLog

3de7740453e1428be7146fa2f33438f1cc515142 authored over 11 years ago
Add prefix support to declarations

If a declaration has the meta `{:prefix true}` and the `:vendors` flag
has been set, it will aut...

853bdcdc351f6eed43a409550f861fc96a0b4199 authored over 11 years ago
Implement print-methods with garden.compiler/render-css

a8981c27b007416f0ed84da5a4367127e4bbdd5e authored over 11 years ago
Use full names of namespaces

8e92bf25da2d5079087d5d8962aa8a6485641ab7 authored over 11 years ago
Make punctuation constants private

87119792a1fee190876a572c4bc4797b85e97897 authored over 11 years ago
Tweak comments

9a26b6a91ba5de84fbbee7b7e1b64ae05c1711ed authored over 11 years ago
Add clarification, fix grammar in ChangeLog

209a805eb627967ff36a47f4f99d85d6627210a4 authored over 11 years ago
Fix typo

f548b5557038073ea2d6f666ec743a3c6639ad48 authored over 11 years ago
Update ChangeLog

2582264a71338a40ad5965242258e81569920190 authored over 11 years ago
Cleanup documentation project-wide

f99f856868bc10d2d3c9861b22382b4a5b84ad3b authored over 11 years ago
Document defcssfn clean up docstrings

a40ab5ec0b6eff698702641fb2f15f5cac2849b0 authored over 11 years ago
Remove compressed output examples

Since the YUI compressor is being used to handle stylesheet
compression, there is no reason to v...

0b98c7957b604d9ac1703754238ea4f9afa5a96d authored over 11 years ago
Fix remaining broken tests

226da38cca33275b3ec10881ecb787f81d412568 authored over 11 years ago
Small compiler fixes

c82f08fa281fdb220b12067fae97420265f8a155 authored over 11 years ago
Fix linebreakpos for YUI CssCompressor

7e04d23214acdba216d3bd811b764bdf51359475 authored over 11 years ago
Fix (most) breaking tests

fe08663abd046757756d4b1cba389ee5ff08210f authored over 11 years ago
Use YUI compressor instead of built in compression

1b984d25361b6c975155deadf4a182fb9c9103e3 authored over 11 years ago
Add YUI Compressor as a dependency

3a8d61214753886043aa0e267bfec3c1b689aed5 authored over 11 years ago
Fix unit rendering

e783dbfc6b08796dde9475c3f4ced7a563f51de9 authored over 11 years ago
Begin work on a change log

b929d0305b4c18531ad2339f0f6fe40fbb625e9a authored over 11 years ago
Create a new ns garden.repl

This namespace includes definitions for print-methods.

b227225caea2ae0baa5396238734830aed047961 authored over 11 years ago
Move garden.units.CSSUnits to garden.types.CSSUnit

269ed014474bb2f2823f8219237173ae35b2d79a authored over 11 years ago
Cleanup unit conversions

The original code was mostly borrowed from Sass' implementation of unit
conversion without givin...

3e4096467b0f69fb5115bd1f23ccac9a3c47d0bb authored over 11 years ago
Render 0 when unit magnitude is 0, closes gh-15

30cc0f7c4cc1243a51c803d6e336c42fd70bf19e authored over 11 years ago
Move filter functions to garden.stylesheet.functions

cf618f3c7fb4c8d672581db25515e3418b586af1 authored over 11 years ago
Use garden.util.hash-map? instead of map?

7a1e2c5a3c6ba7b1becc6c08f57906e7c0aedb50 authored over 11 years ago
Use docstrings for CSSFunctions

2ffd1f40530258d1b4bcc7d04dd190a6fcc8f68a authored over 11 years ago
Allow for docstrings in defcssfn

1b60f6b0a1c4cd99c7a60a08d592b6a4030b2280 authored over 11 years ago
Remove clojure.math.combinatorics dependency

125f0e133fa069523dcc6bf57b5d3c18bc66a7fe authored over 11 years ago
Move *vendors* into *flags*, document *flags*

04015f7035028a933b7f3eefed27107c8550c778 authored over 11 years ago
Replace :output-style with :pretty-print? option

6fd52d2758f5cd746b1f52cae4a13d4fa4781b86 authored over 11 years ago
Add :output-to option to save stylesheet to disk

d5da87d9c0a454bf7827f1f3f9eed3febcf2484b authored over 11 years ago
Update README

6a36eef4a6d03a0bc8d49a367ef43689718d34b5 authored over 11 years ago
Declare compile-css for use in keyframes

2eacdcbbadfb60947126ce4f784c310b8e4d31c9 authored over 11 years ago
Fix failing test

The original output is actually desired, but until logic in the
compiler can be written to handl...

fac9e99cf5b2506f041487df4b000fc03037f44c authored over 11 years ago
Set development version

c97ad30b24dfd5647da7012f23b4364943d11bf1 authored over 11 years ago
Fix project description

c57a23a1bd4c04b2ba4bece4273bf5c53fff82ca authored over 11 years ago