N
N
Nick V2015-03-22 11:30:59
Django
Nick V, 2015-03-22 11:30:59

How to finish with workflow organization?

Hi all. I'm starting to do a project on Dzhanga. At the moment, the project structure is as follows:

workflow

fd663c159a6b4bd08df9dda1c0656b47.png
The project will use SASS/Compass for CSS and CoffeeScript for JS. Now a question.
How to arrange directories with SASS/CS files? Where to compile them? In static or some other directory, and in static pick up with the collectstatic command? For compilation, as I understand it, there are such ways - FileWatcher in PyCharm (SASS & CS), Compass (only SASS) and Grunt (SASS and CS), What is the best way to compile and how to set it all up correctly?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-03-22
@half-life

Gulp to compile, PyCharm has support for it.

W
webbus, 2015-03-22
@webus

To compile statics, django-compressor is usually used, it also collects all your SASS, LESS, Coffeescript and more. I also recommend looking towards django-bower.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question