File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ = Ruby CSS Toolkit
2
+
3
+ This Gem is for optimizing and compressing CSS files.
4
+
5
+ Version 1.0.0 has a port of the YUI CSS compressor.
6
+
7
+ This includes the full test suite, so you (and I), can be sure that it
8
+ behaves as expected.
9
+
10
+ More stuff will be added in the future.
11
+
12
+ == Use
13
+
14
+
15
+
16
+
17
+ == History
18
+
19
+
20
+
21
+
22
+ == Note on Patches/Pull Requests
23
+
24
+ * Fork the project.
25
+
26
+ * Make your feature addition or bug fix.
27
+
28
+ * Add tests for it. This is important so I don't break it in a
29
+ future version unintentionally.
30
+
31
+ NB: I WILL NOT ACCEPT PATCHES WITHOUT TESTS! :-)
32
+
33
+ See tests section below for information on how tests are done in this project
34
+
35
+ * Commit, do not mess with rakefile, version, or history.
36
+ (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
37
+
38
+ * Send me a pull request. Bonus points for topic branches.
39
+
40
+ == Tests
41
+
42
+ See above. No tests, no play.
43
+
44
+ == Acknowledgements / Inspiration
45
+
46
+ YUI Compressor (http://developer.yahoo.com/yui/compressor/)
47
+
48
+ == Copyright
49
+
50
+ Copyright (c) 2010 Richard Hulse. See LICENSE for details.
51
+
52
+ YUI CSS files in the test suite are Copyright (c) 2009, Yahoo! Inc. All rights reserved.
You can’t perform that action at this time.
0 commit comments