- Feb 06, 2016
-
-
nvbn authored
-
Vladimir Iakovlev authored
Test on Python 3.4, 3.5 and Django 1.9
-
Vladimir Iakovlev authored
Template tags to add bower installed files automatically.
-
Vladimir Iakovlev authored
#13 Sort the items returned in bower_freeze
-
Vladimir Iakovlev authored
Fix tests for Windows (literal path issues)
-
Vladimir Iakovlev authored
Skip Django checks for the commands
-
- Feb 05, 2016
-
-
Yuri Prezument authored
-
Yuri Prezument authored
-
- Dec 17, 2015
-
-
Tomas Walch authored
-
- Oct 12, 2015
-
-
Wojciech Banaś authored
-
- Sep 18, 2015
- Jun 06, 2015
-
-
Vladimir Iakovlev authored
Clean up BowerFinder, and don't crash when the Bower folder doesn't exist yet
-
- May 29, 2015
-
-
Vladimir Iakovlev authored
Avoid OSError crash when BOWER_COMPONENTS_ROOT's parent directory doesn't exist
-
Piet Delport authored
This should fix #48.
-
Piet Delport authored
-
Piet Delport authored
If BOWER_COMPONENTS_ROOT points to a path consisting of more than one non-existent subdirectory, BowerAdapter.create_components_root() will crash with a message like: OSError: [Errno 2] No such file or directory: '/path/to/directory' This fix replaces the os.mkdir() call with os.makedirs(), which will create all the missing intermediate directories as needed.
-
- Apr 30, 2015
-
-
Vladimir Iakovlev authored
Python 2.6 support for OrderedDict
-
- Apr 29, 2015
-
-
Michael Best authored
Try to used collections.OrderedDict and if it is not available try to use ordereddict.OrderedDict
-
- Apr 16, 2015
-
-
Vladimir Iakovlev authored
Add different Django versions to the Travis test matrix
-
Yuri Prezument authored
-
Yuri Prezument authored
-
Yuri Prezument authored
-
nvbn authored
-
Vladimir Iakovlev authored
Fix management command compatibility with Django 1.8
-
- Apr 06, 2015
-
-
Yuri Prezument authored
-
- Mar 24, 2015
-
-
nvbn authored
-
Vladimir Iakovlev authored
Fix deadlock in freeze
-
- Mar 22, 2015
-
-
blowerfix authored
This deadlock was caused by Popen.wait() instead of Popen.communicate(). The difference is that Popen.wait() will block after the buffer is filled while Popen.communicate() will read all the input.
-
- Mar 12, 2015
-
-
Vladimir Iakovlev authored
Fixing Django 1.9 deprecation of SortedDict.
-
- Mar 10, 2015
-
-
Lukas Zilka authored
-
- Jan 21, 2015
-
-
nvbn authored
-
nvbn authored
-
Vladimir Iakovlev authored
Fixes issue #28
-
Jacob Rief authored
make some additional PEP8 cleanup do not export local variables from the module
-
- Dec 25, 2014
-
-
Vladimir Iakovlev authored
Fixed the jquery/dist/ error
-
- Nov 18, 2014
-
-
Vladimir Iakovlev authored
Fixed the little dist import error
-
Didi Hoffmann authored
See https://github.com/nvbn/django-bower/issues/11 for the full discussion
-
Didi Hoffmann authored
Please see https://github.com/nvbn/django-bower/issues/11 for the discussion.
-
- Nov 11, 2014
-
-
Vladimir Iakovlev authored
Fix spelling error
-