summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Accept **kwargs in DjangoScssFilterkwargsGavin Wahl2014-02-131-2/+2
| | | | Compressor added a charset argument that was breaking here.
* Added changelogRocky Meza2014-02-111-0/+8
|
* master nows is at 1.0.0-alphaRocky Meza2014-02-111-1/+1
|
* Added coveralls.Rocky Meza2014-02-082-1/+8
|
* Ignore coverage artifacts.Rocky Meza2014-02-081-0/+2
|
* Added support for underscore imports.Rocky Meza2014-02-083-3/+17
|
* Added some logging in _find_source_file.Rocky Meza2014-02-081-1/+3
|
* Can't get tests to pass for Python3Rocky Meza2014-02-032-2/+2
|
* Beefed up setup.pyRocky Meza2014-02-031-3/+16
|
* Collect static for the compressor tests.Rocky Meza2014-02-031-2/+3
|
* Forget about supporting Django 1.3Rocky Meza2014-02-032-3/+1
|
* Added discover runner for Django < 1.6.Rocky Meza2014-02-032-1/+11
|
* Move the make ASSETS_ROOT dir call to somewhere useful.Rocky Meza2014-02-032-3/+3
|
* Added Travis CIRocky Meza2014-02-032-0/+25
|
* Added an example of how use with compressor.Rocky Meza2014-02-031-0/+6
|
* Fix source_file_index logic.Rocky Meza2014-02-031-1/+1
|
* Removed find_one_fileRocky Meza2014-02-032-10/+8
|
* Added support for extensionless imports.Rocky Meza2014-02-034-7/+43
|
* Reworked the relative/absolute import system.Rocky Meza2014-02-037-53/+85
| | | | | Now, it works more like HTML URL resolution, where any URL is relative unless it starts with a /.
* Automatically call collectstatic in tests.Rocky Meza2014-02-033-4/+14
| | | | It was very easy to have tests fail because of stale static files.
* Made relative imports possibleRocky Meza2014-02-024-20/+118
|
* Made the README more informative.Rocky Meza2014-02-011-2/+33
|
* Added tests for sprites and inline images.Rocky Meza2014-02-018-68/+126
|
* Added a django-compressor Filter class.Rocky Meza2014-02-019-25/+108
|
* Remove the finally.Rocky Meza2014-02-011-2/+1
| | | | Thanks gavinwahl.
* updated to PyScss 1.2.0Rocky Meza2014-02-013-37/+69
|
* django-pyscss - use PySCSS in Django more easilyRocky Meza2014-02-0129-0/+426