[Python-modules-commits] [django-sass-processor] 05/05: add proper descriptions

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Fri Sep 22 20:56:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

eighthave pushed a commit to branch master
in repository django-sass-processor.

commit adb61129e2e8bac6e9fbe996bd5008dea8d4b4e2
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Fri Sep 22 13:42:29 2017 +0200

    add proper descriptions
---
 debian/control | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 56 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index e69551e..0f7e2ca 100644
--- a/debian/control
+++ b/debian/control
@@ -20,13 +20,63 @@ X-Python-Version: >= 2.7
 Package: python-django-sass-processor
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends},
-Description: 
- Django Simple Sass-Processor is an extremely simple, yet highly customizable Django
- application to add sass-processor images to any Django form.
+Description: compile files from markup languages such as SASS/SCSS
+ django-sass-processor converts *.scss or *.sass files into *.css
+ while rendering templates. For performance reasons this is done only
+ once, since the preprocessor keeps track on the timestamps and only
+ recompiles, if any of the imported SASS/SCSS files is younger than
+ the corresponding generated CSS file.
+ .
+ This Django app provides a templatetag {% sass_src
+ 'path/to/file.scss' %}, which can be used instead of the built-in
+ templatetag static. Since version 0.3.4 this also works for Jinja2
+ templates.
+ .
+ If SASS/SCSS files shall be referenced through the Media class, or
+ media property, the SASS processor can be used directly.
+ .
+ Additionally, django-sass-processor is shipped with a management
+ command, which can convert the content of all occurrences inside the
+ templatetag sass_src as an offline operation. Hence the libsass
+ compiler is not required in a production environment.
+ .
+ During development, a `sourcemap <https://developer.chrome.com=""
+ devtools="" docs="" css-preprocessors="">`__ is generated along side
+ with the compiled *.css file. This allows to debug style sheet errors
+ much easier.
+ .
+ With this tool, you can safely remove your Ruby installations
+ "Compass" and "SASS" from your Django projects. You neither need any
+ directory "watching" daemons based on node.js.
 
 Package: python3-django-sass-processor
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
-Description: 
- Django Simple Sass-Processor is an extremely simple, yet highly customizable Django
- application to add sass-processor images to any Django form.
+Description: compile files from markup languages such as SASS/SCSS
+ django-sass-processor converts *.scss or *.sass files into *.css
+ while rendering templates. For performance reasons this is done only
+ once, since the preprocessor keeps track on the timestamps and only
+ recompiles, if any of the imported SASS/SCSS files is younger than
+ the corresponding generated CSS file.
+ .
+ This Django app provides a templatetag {% sass_src
+ 'path/to/file.scss' %}, which can be used instead of the built-in
+ templatetag static. Since version 0.3.4 this also works for Jinja2
+ templates.
+ .
+ If SASS/SCSS files shall be referenced through the Media class, or
+ media property, the SASS processor can be used directly.
+ .
+ Additionally, django-sass-processor is shipped with a management
+ command, which can convert the content of all occurrences inside the
+ templatetag sass_src as an offline operation. Hence the libsass
+ compiler is not required in a production environment.
+ .
+ During development, a `sourcemap <https://developer.chrome.com=""
+ devtools="" docs="" css-preprocessors="">`__ is generated along side
+ with the compiled *.css file. This allows to debug style sheet errors
+ much easier.
+ .
+ With this tool, you can safely remove your Ruby installations
+ "Compass" and "SASS" from your Django projects. You neither need any
+ directory "watching" daemons based on node.js.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-sass-processor.git



More information about the Python-modules-commits mailing list