https://github.com/tswicegood/django-staticfiles-fitvidsjs
https://github.com/tswicegood/django-staticfiles-fitvidsjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tswicegood/django-staticfiles-fitvidsjs
- Owner: tswicegood
- License: apache-2.0
- Created: 2012-10-09T20:10:38.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-09T20:10:50.000Z (almost 13 years ago)
- Last Synced: 2025-05-17T06:18:53.726Z (about 2 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-staticfiles-fitvidsjs
============================
FitVids.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-fitvidsjs
Finally, make sure that `fitvidsjs` is listed in your ``INSTALLED_APPS``. You
can use this oneliner to add it as well:::
INSTALLED_APPS += ['fitvidsjs', ]
Build
-----
`FitVids.js`_ contains only the uncompressed version 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/
.. _FitVids.js: http://fitvidsjs.com/