commit | a9f82037c7082c8ba83ace224fe318de0ff96e72 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Wed Mar 11 21:36:35 2015 -0400 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Wed Mar 11 22:49:15 2015 -0400 |
tree | c302427a616cce88648c3edb88024d799b28c1f0 | |
parent | ae71ee1bd53e44d03c6acd22d5966bc7ea3e811e [diff] [blame] |
Add webassets project Webassets enables SCSS compilation and asset minification The pelican-assets plugin was added to integrate it into Pelican
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9d47b3e --- /dev/null +++ b/requirements.txt
@@ -0,0 +1,6 @@ +# Update when 0.11 is released (needed for slimit and libsass support) +webassets==dev + +cssmin==0.2.0 +libsass==0.7.0 +slimit==0.8.1