Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
fix tests using bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Sep 13, 2012
1 parent 0034874 commit fe483ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/minify/settings.py
Expand Up @@ -28,16 +28,16 @@
'common': ['css/test.css'],
'common_url': ['http://example.com/test.css'],
'common_protocol_less_url': ['//example.com/test.css'],
'common_bundle': ['css/test.css', 'http://example/test.css',
'//example/test.css',
'https://example/test.css']
'common_bundle': ['css/test.css', 'http://example.com/test.css',
'//example.com/test.css',
'https://example.com/test.css']
},
'js': {
'common': ['js/test.js'],
'common_url': ['http://example.com/test.js'],
'common_protocol_less_url': ['//example.com/test.js'],
'common_bundle': ['js/test.js', 'http://example/test.js',
'//example/test.js',
'https://example/test.js'],
'common_bundle': ['js/test.js', 'http://example.com/test.js',
'//example.com/test.js',
'https://example.com/test.js'],
},
}

0 comments on commit fe483ff

Please sign in to comment.