Skip to content

Commit

Permalink
TIMELINE: fix props on example files
Browse files Browse the repository at this point in the history
git-svn-id: http://simile-widgets.googlecode.com/svn/timeline/trunk@1971 579c892a-5248-0410-a714-2bcf037eb5bf
  • Loading branch information
larrykluger committed Mar 30, 2009
1 parent b94c257 commit fb51b7b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fix_svn_props
Expand Up @@ -29,3 +29,8 @@ done
for i in `find . -name \*.png`; do
svn propset svn:mime-type image/png $i
done

# set mime type for CSS files
for i in `find . -name \*.css`; do
svn propset svn:mime-type text/css $i
done

0 comments on commit fb51b7b

Please sign in to comment.