fusionbox / django-pyscss

Makes it easier to use PyScss in Django
https://pypi.python.org/pypi/django-pyscss
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

Creating unwanted assets dir #37

Open PhilipGarnero opened 9 years ago

PhilipGarnero commented 9 years ago

How can I stop widgy from creating the assets dir ? It doesn't follow my directory structure at all. Could you add a workaround to prevent this ?

gavinwahl commented 9 years ago

That directory is required to put the generated sprites in. Where do you want to put them instead?

PhilipGarnero commented 9 years ago

Well, I don't have anything generated but if it is really needed could you let the user choose or place it somewhere else ? I seems weird for me to generate them there when compressor put everything it generated in the cache directory. I think we should adopt the same behavior here.

rockymeza commented 9 years ago

@gavinwahl, we should make the ASSETS_ROOT configurable.