Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tswicegood/django-staticfiles-lessjs
Less.js meets Django staticfiles
https://github.com/tswicegood/django-staticfiles-lessjs
Last synced: 12 days ago
JSON representation
Less.js meets Django staticfiles
- Host: GitHub
- URL: https://github.com/tswicegood/django-staticfiles-lessjs
- Owner: tswicegood
- License: apache-2.0
- Created: 2012-09-02T22:17:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-03T13:49:09.000Z (about 12 years ago)
- Last Synced: 2024-10-29T00:29:09.115Z (20 days ago)
- Language: Python
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-staticfiles-lessjs
=========================
Less.js meets Django staticfilesUsage
-----
This application is meant to be used with `django-staticfiles`_. Make sure
that staticfiles setup and configured, then install this application using
`pip`_:::
pip install django-staticfiles-lessjs
Finally, make sure that `lessjs` is listed in your ``INSTALLED_APPS``. You
can use this oneliner to add it as well:::
INSTALLED_APPS += ['lessjs', ]
Build
-----
`Less.js`_ packages pre-built versions of the code in its Git repository.
No further tools are necessary to build it. See ``support/build.py`` for more
information on how data is transferred from the submodule to the Python
package... _django-staticfiles: https://github.com/jezdez/django-staticfiles
.. _pip: http://www.pip-installer.org/
.. _Less.js: http://lesscss.org/