Skip to content

Commit

Permalink
No sense to include a file three times.
Browse files Browse the repository at this point in the history
  • Loading branch information
julen committed Mar 20, 2012
1 parent d91f5f4 commit 36a029a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local_apps/pootle_app/assets.py
Expand Up @@ -48,11 +48,11 @@
register('css_common', css_common)

css_admin = Bundle(
'admin.css', 'local/custom.css',
'admin.css',
filters='cssmin', output='admin.min.css')
register('css_admin', css_admin)

css_editor = Bundle(
'translate.css', 'local/custom.css',
'translate.css',
filters='cssmin', output='editor.min.css')
register('css_editor', css_editor)

0 comments on commit 36a029a

Please sign in to comment.