summaryrefslogtreecommitdiff
path: root/testproject
Commit message (Collapse)AuthorAgeFilesLines
* allow dots in filenamesPhilipGarnero2015-07-172-0/+4
|
* Retain the imported file pathRichard Jones2015-04-292-0/+5
| | | | Fixes #34
* Add pyScss 1.3 and Python 3 supportRocky Meza2015-04-221-0/+1
|
* make tests succeed on Django-1.7Matthias Runge2014-10-171-0/+4
|
* Fix #14, respect storage.prefix when looking for filesRadomir Dopieralski2014-09-122-0/+5
| | | | | | The function ``find_all_files`` ignored ``storage.prefix`` when looking for files, which made it fail when a prefix was used in ``STATICFILES_DIRS``.
* Add test for path conflictstest-for-path-conflictsAntoine Catton2014-08-042-0/+6
|
* Added support for underscore imports.Rocky Meza2014-02-081-0/+3
|
* Added discover runner for Django < 1.6.Rocky Meza2014-02-031-1/+9
|
* Added support for extensionless imports.Rocky Meza2014-02-032-0/+5
|
* Reworked the relative/absolute import system.Rocky Meza2014-02-032-3/+3
| | | | | Now, it works more like HTML URL resolution, where any URL is relative unless it starts with a /.
* Made relative imports possibleRocky Meza2014-02-021-0/+1
|
* Added tests for sprites and inline images.Rocky Meza2014-02-014-0/+19
|
* Added a django-compressor Filter class.Rocky Meza2014-02-011-0/+14
|
* django-pyscss - use PySCSS in Django more easilyRocky Meza2014-02-0119-0/+163