Adding versioning to compressed js/css.

This commit is contained in:
Samuel Clay 2010-04-25 21:07:03 -04:00
parent 31d5fdbca1
commit cb6a394049
2 changed files with 2 additions and 1 deletions

View file

@ -1744,7 +1744,7 @@
$stories_show.slideDown(500);
setTimeout(function() {
var $story = self.find_story_in_story_titles(self.active_story);
NEWSBLUR.log(['$story', $story]);
// NEWSBLUR.log(['$story', $story]);
if ($story && $story.length && $story.is(':visible')) {
var story = self.active_story;
self.active_story = null; // Set is in open_story(), which allows it to scroll.

View file

@ -128,6 +128,7 @@ COMPRESS_CSS = {
}
}
COMPRESS_VERSION = True
COMPRESS_JS_FILTERS = ['compress.filters.jsmin.JSMinFilter']
COMPRESS_CSS_FILTERS = []