Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-pipeline
Commits
e62f09e2
Commit
e62f09e2
authored
Feb 27, 2012
by
Timothée Peignier
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:cyberdelia/django-pipeline
parents
637b09a6
9d015a89
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/templates.rst
+2
-2
No files found.
docs/templates.rst
View file @
e62f09e2
...
@@ -5,9 +5,9 @@ Javascript Templates
...
@@ -5,9 +5,9 @@ Javascript Templates
====================
====================
Pipeline allows you to use javascript templates along with your javascript views.
Pipeline allows you to use javascript templates along with your javascript views.
To use your javascript templates, just add them to your ``
COMPRESS
_JS`` group ::
To use your javascript templates, just add them to your ``
PIPELINE
_JS`` group ::
COMPRESS
_JS = {
PIPELINE
_JS = {
'application': {
'application': {
'source_filenames': (
'source_filenames': (
'js/application.js',
'js/application.js',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment