summaryrefslogtreecommitdiff
path: root/django_pyscss/scss.py
Commit message (Collapse)AuthorAgeFilesLines
* Add pyScss 1.3 and Python 3 supportRocky Meza2015-04-221-223/+0
|
* Put the original path at the end in get_possible_pathsRadomir Dopieralski2014-08-041-1/+1
| | | | | | | | | 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.
* Added support for underscore imports.Rocky Meza2014-02-081-3/+7
|
* Added some logging in _find_source_file.Rocky Meza2014-02-081-1/+3
|
* Move the make ASSETS_ROOT dir call to somewhere useful.Rocky Meza2014-02-031-0/+2
|
* Fix source_file_index logic.Rocky Meza2014-02-031-1/+1
|
* Removed find_one_fileRocky Meza2014-02-031-5/+8
|
* Added support for extensionless imports.Rocky Meza2014-02-031-7/+17
|
* Reworked the relative/absolute import system.Rocky Meza2014-02-031-27/+42
| | | | | 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-3/+80
|
* Added tests for sprites and inline images.Rocky Meza2014-02-011-2/+3
|
* Added a django-compressor Filter class.Rocky Meza2014-02-011-17/+9
|
* Remove the finally.Rocky Meza2014-02-011-2/+1
| | | | Thanks gavinwahl.
* updated to PyScss 1.2.0Rocky Meza2014-02-011-33/+57
|
* django-pyscss - use PySCSS in Django more easilyRocky Meza2014-02-011-0/+94