Closed dhasegan closed 10 years ago
explore.js
forum.js
course.js
connect.js
settings.py
PIPELINE_JS
PIPELINE_JS_COMPRESSOR
base.html
{% load compressed %}
{% compressed_js 'connect' %}
utils.js
(after you understand what you have to do it will take 10-15 minutes to refactor)
looks pretty good and easy to understand. On it now.
p.s: funny how it all links together in "connect.js" ^_^
explore.js
forum.js
course.js
connect.js
settings.py
PIPELINE_JS
PIPELINE_JS_COMPRESSOR
base.html
to see how we include js files{% load compressed %}
{% compressed_js 'connect' %}
utils.js
for easier ajax form submission(after you understand what you have to do it will take 10-15 minutes to refactor)