summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #38HEADmasterAntoine Catton2015-07-174-6/+25
|\
| * allow dots in filenamesPhilipGarnero2015-07-174-6/+25
|/
* Back to development: 2.0.3Rocky Meza2015-04-292-1/+7
|
* Preparing release 2.0.22.0.2Rocky Meza2015-04-292-2/+2
|
* Add changes for 2.0.2Rocky Meza2015-04-291-1/+1
|
* Retain the imported file pathRichard Jones2015-04-294-0/+12
| | | | Fixes #34
* Back to development: 2.0.2Gavin Wahl2015-04-232-1/+7
|
* Preparing release 2.0.12.0.1Gavin Wahl2015-04-232-2/+2
|
* Cleanup and changelog for 2.0.1Gavin Wahl2015-04-232-3/+4
|
* Files are not always available from storage despite DEBUG=FalseGavin Wahl2015-04-233-9/+13
| | | | | | For example, in tests. So instead of switching on DEBUG, we first try to find a file from the finders, and then fall back to storage if that doesn't work.
* Explicitly require pathlib (See #33)Gavin Wahl2015-04-231-0/+6
|
* Back to development: 2.1.0Rocky Meza2015-04-222-1/+7
|
* Preparing release 2.0.02.0.0Rocky Meza2015-04-222-2/+2
|
* Change MANIFEST to include testspyscss1.3Rocky Meza2015-04-221-1/+5
| | | | Fixes #30
* Add changes for 2.0.0Rocky Meza2015-04-222-2/+31
|
* Add pyScss 1.3 and Python 3 supportRocky Meza2015-04-2216-304/+298
|
* Back to development: 2.0.0Rocky Meza2015-04-222-13/+8
|
* Merge pull request #29 from xnox/masterGavin Wahl2015-02-201-1/+1
|\ | | | | Correct pyScss module name in setup.py, as per pypi.
| * Correct pyScss module name in setup.py, as per pypi.Dimitri John Ledkov2015-02-201-1/+1
|/
* Version in setup.py on the master branch is out of dateJohn Trowbridge2015-02-031-1/+1
| | | | | The version in setup.py on the master branch is 1.0.0 even though it includes all the commits in later stable releases.
* There's no Python 2.6 support in Django 1.7Antoine Catton2014-10-171-0/+3
|
* Update travis.yml to run Django 1.7 testsAntoine Catton2014-10-171-0/+1
|
* Merge branch 'master' of https://github.com/mrunge/django-pyscssAntoine Catton2014-10-172-1/+6
|\
| * make tests succeed on Django-1.7Matthias Runge2014-10-172-1/+6
|/
* Fix bad pinning. We don't want to install 1.3.0Antoine Catton2014-10-161-1/+1
| | | | Really fixes #24.
* Pin pyScss==1.2.x, for now.Rocky Meza2014-10-161-1/+1
| | | | | | | Please see the discussion in <https://github.com/Kronuz/pyScss/issues/265#issuecomment-58728712>. Reviewed-By: Antoine Catton <acatton@fusionbox.com>
* Ignore distribution files uploaded to pypiAntoine Catton2014-09-151-0/+1
|
* Fix #14, respect storage.prefix when looking for filesRadomir Dopieralski2014-09-124-1/+12
| | | | | | The function ``find_all_files`` ignored ``storage.prefix`` when looking for files, which made it fail when a prefix was used in ``STATICFILES_DIRS``.
* Merge branch 'reorder-possible-paths' of ↵Antoine Catton2014-08-044-1/+14
|\ | | | | | | | | | | | | | | | | | | https://github.com/deshipu/django-pyscss * '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
| * 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.
| * Add test for path conflictstest-for-path-conflictsAntoine Catton2014-08-043-0/+13
|/
* 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 /.