index
:
hakyll
master
Haskell library for generating static sites
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Hakyll
/
Web
/
CompressCss.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-10
Some small CSS compression improvements
Nicole Rauch
1
-6
/
+7
2016-08-15
Also trim whitespace around colons.
Nicole Rauch
1
-2
/
+2
2016-08-14
Removed two compiler warnings (unnecessary imports).
Nicole Rauch
1
-2
/
+0
2016-08-14
Unified the constant cases in all three functions.
Nicole Rauch
1
-8
/
+8
2016-08-14
Extracted a helper method because it was defined locally twice.
Nicole Rauch
1
-8
/
+11
2016-08-14
Do not strip comments that are inside constants.
Nicole Rauch
1
-0
/
+2
2016-08-14
Compressed the code by grouping the guards together.
Nicole Rauch
1
-9
/
+6
2016-08-14
We must avoid the compression of whitespace in constants by handling it in th...
Nicole Rauch
1
-1
/
+9
2016-08-14
Improved the compaction a bit more.
Nicole Rauch
1
-2
/
+1
2016-08-14
Compacted the code by unifying all the similar prefix options.
Nicole Rauch
1
-9
/
+6
2016-08-14
We need to constantly check whether we are at the start of a constant, not ju...
Nicole Rauch
1
-5
/
+11
2016-08-14
Whitespace in certain kinds of string constants is no longer eliminated.
Nicole Rauch
1
-6
/
+22
2016-07-22
Fixes https://github.com/jaspervdj/hakyll/issues/323 we have less compression...
Luca Molteni
1
-1
/
+1
2016-04-06
Clean warnings
Jasper Van der Jeugt
1
-1
/
+0
2012-11-18
Add Item abstraction
Jasper Van der Jeugt
1
-2
/
+3
2012-11-13
WIP
Jasper Van der Jeugt
1
-22
/
+31
2012-11-09
Remove Resource type
Jasper Van der Jeugt
1
-2
/
+1
2012-08-02
Added proper handling of windows newlines during whitespace compression of CS...
Ivan N. Veselov
1
-2
/
+2
2011-04-05
New resource module hierarchy
Jasper Van der Jeugt
1
-1
/
+1
2011-02-28
Web.Util.String → {Web.Util.Url, Core.Util.String}
Jasper Van der Jeugt
1
-1
/
+1
2011-02-15
defaultRelativizeUrls → relativizeUrlsCompiler
Jasper Van der Jeugt
1
-2
/
+1
2011-02-15
defaultCompressCss → compressCssCompiler
Jasper Van der Jeugt
1
-1
/
+11
2011-01-18
Add some more defaults
Jasper Van der Jeugt
1
-1
/
+1
2011-01-02
Add toUrl, move & optimize replaceAll a bit
Jasper Van der Jeugt
1
-15
/
+1
2010-12-30
Backport CompressCss module
Jasper Van der Jeugt
1
-0
/
+56