<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django-pyscss.git, branch double_create_assets</title>
<subtitle>github.com: fusionbox/django-pyscss.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/'/>
<entry>
<title>Fix #23, don't error if ASSETS_ROOT already exists</title>
<updated>2014-10-02T02:24:45+00:00</updated>
<author>
<name>Rocky Meza</name>
<email>rocky@fusionbox.com</email>
</author>
<published>2014-10-01T09:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=03a3a10704ae4ad7d45d00da508ccaf62e2d0cc3'/>
<id>03a3a10704ae4ad7d45d00da508ccaf62e2d0cc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore distribution files uploaded to pypi</title>
<updated>2014-09-15T10:17:44+00:00</updated>
<author>
<name>Antoine Catton</name>
<email>acatton@fusionbox.com</email>
</author>
<published>2014-09-15T10:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=138310db10995ee33c4e114d0bcab77d8deb21a5'/>
<id>138310db10995ee33c4e114d0bcab77d8deb21a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #14, respect storage.prefix when looking for files</title>
<updated>2014-09-12T11:27:11+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2014-09-12T11:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=187a7a72bf72370c739f3675bef84532e524eaf1'/>
<id>187a7a72bf72370c739f3675bef84532e524eaf1</id>
<content type='text'>
The function ``find_all_files`` ignored ``storage.prefix`` when looking
for files, which made it fail when a prefix was used in
``STATICFILES_DIRS``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The function ``find_all_files`` ignored ``storage.prefix`` when looking
for files, which made it fail when a prefix was used in
``STATICFILES_DIRS``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'reorder-possible-paths' of https://github.com/deshipu/django-pyscss</title>
<updated>2014-08-04T13:48:05+00:00</updated>
<author>
<name>Antoine Catton</name>
<email>acatton@fusionbox.com</email>
</author>
<published>2014-08-04T13:47:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=27ad25016dc17f99112e22f44aa961c12cf25c03'/>
<id>27ad25016dc17f99112e22f44aa961c12cf25c03</id>
<content type='text'>
* 'reorder-possible-paths' of https://github.com/deshipu/django-pyscss:
  Put the original path at the end in get_possible_paths
  Add test for path conflicts

Closes #13
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'reorder-possible-paths' of https://github.com/deshipu/django-pyscss:
  Put the original path at the end in get_possible_paths
  Add test for path conflicts

Closes #13
</pre>
</div>
</content>
</entry>
<entry>
<title>Put the original path at the end in get_possible_paths</title>
<updated>2014-08-04T10:00:30+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2014-08-04T08:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=c517f87a2c536f6ebd3773b869430572ba3eb811'/>
<id>c517f87a2c536f6ebd3773b869430572ba3eb811</id>
<content type='text'>
Make it try all the combinations of prefixes and suffixes first,
and then try the original path. This way if there is a directory
named the same as our file, but without the extension and/or
prefix, we don't try to open it and avoid raising IOError.

Fixes #10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it try all the combinations of prefixes and suffixes first,
and then try the original path. This way if there is a directory
named the same as our file, but without the extension and/or
prefix, we don't try to open it and avoid raising IOError.

Fixes #10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for path conflicts</title>
<updated>2014-08-04T09:11:14+00:00</updated>
<author>
<name>Antoine Catton</name>
<email>acatton@fusionbox.com</email>
</author>
<published>2014-08-04T09:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=56c7db6e2b09f8913da9ee0d8d66cb38c11cdd32'/>
<id>56c7db6e2b09f8913da9ee0d8d66cb38c11cdd32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept **kwargs in DjangoScssFilter</title>
<updated>2014-02-14T00:34:43+00:00</updated>
<author>
<name>Gavin Wahl</name>
<email>gwahl@fusionbox.com</email>
</author>
<published>2014-02-14T00:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=d7f1b849a04437a04443d68957717179b6b4d7d3'/>
<id>d7f1b849a04437a04443d68957717179b6b4d7d3</id>
<content type='text'>
Compressor added a charset argument that was breaking here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compressor added a charset argument that was breaking here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added changelog</title>
<updated>2014-02-12T06:29:17+00:00</updated>
<author>
<name>Rocky Meza</name>
<email>rocky@fusionbox.com</email>
</author>
<published>2014-02-12T06:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=4939d64b77332465fdcd33a1fb141adafbf8b11c'/>
<id>4939d64b77332465fdcd33a1fb141adafbf8b11c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>master nows is at 1.0.0-alpha</title>
<updated>2014-02-12T06:27:35+00:00</updated>
<author>
<name>Rocky Meza</name>
<email>rocky@fusionbox.com</email>
</author>
<published>2014-02-12T06:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=bc39a05c8d5822435ebdb2985c1671a53f4cbc7a'/>
<id>bc39a05c8d5822435ebdb2985c1671a53f4cbc7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added coveralls.</title>
<updated>2014-02-08T16:29:18+00:00</updated>
<author>
<name>Rocky Meza</name>
<email>rocky@fusionbox.com</email>
</author>
<published>2014-02-08T16:20:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django-pyscss.git/commit/?id=3d1b55130aa3acca2a4763451f17ce389489a3e2'/>
<id>3d1b55130aa3acca2a4763451f17ce389489a3e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
