including foundation with sass in a django project -
i have django project under virtualenv. included django-zurb-foundation 5.3.0 package use foundation version include static css files.
it's first time using django , use foundation sass using bower , grunt.
how can use sass version of foundation? should files tree?
update
i installed django compressor , got work on local, works perfectly, cannot work on production server: on local env have cache folder css static files in , html page call correctly file there.
on prod site instead, doesnt create cache folder , doesnt render path , keeps path scss file.
what doing wrong?
it seems compressor isnt working on prod server, i'm afraid i'm doing wrong django settings.py since i'm new it. help?
i have heard of few people using django-bower foundation, have not played worth looking if have not already.
Comments
Post a Comment