Skip to content

Instantly share code, notes, and snippets.

@gorakhargosh
Created May 11, 2012 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gorakhargosh/2657514 to your computer and use it in GitHub Desktop.
Save gorakhargosh/2657514 to your computer and use it in GitHub Desktop.
git(b:clean) $ git grep "main.css"
presentation/BUILD:# Get the compiled and combined main.css file.
presentation/BUILD: outs = ['html/static/css/main.css'],
presentation/html/static/styles/.gitignore:main.css
presentation/html/static/styles/local-build.sh:squeeze cssembed main.y.css -o main.css
presentation/html/templates/base.html: <link type="text/css" rel="stylesheet" media="screen" href="/static/css/main.css" />
# See these lines.
presentation/html/templates/project/project_attachment_add.html:<link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
presentation/html/templates/project/project_stats_load.html: <link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
presentation/html/templates/task/task_attachments_add.html:<link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
widgets/my_reports/widget_template.html: <link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
widgets/star_processes/widget_template.html: <link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
widgets/star_projects/widget_template.html: <link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
widgets/star_tasks/widget_template.html: <link type="text/css" rel="stylesheet" media="screen" href="/static/default_theme/css/main.css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment