This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static
Jimmy Zelinskie 27078b1e16 static: optimized png images
for file in *.png ; do pngcrush -reduce -brute "$file" "${file%.png}-crushed.png" && mv -f "${file%.png}-crushed.png" "$file" ; done
2015-08-14 14:45:01 -04:00
..
css Unify the free trial period 2015-08-10 17:36:13 -04:00
directives Fix tour content page: Was missing a </div> 2015-08-13 12:23:52 -04:00
img static: optimized png images 2015-08-14 14:45:01 -04:00
js Fix NPE in plans manager while loading 2015-08-13 12:25:21 -04:00
lib Switch to using an aggregated logs query and infinite scrolling 2015-07-31 16:38:02 -04:00
partials Disable password change for non-DB auth 2015-08-11 13:53:09 -04:00
standalonelib Enable DEBUGGING mode, which loads the individual script files rather than the minimized bundles created by grunt 2014-04-15 16:35:15 -04:00
tutorial Tutorial improvements 2015-06-04 14:15:47 -04:00
robots.txt Change default robots.txt to disallow everything; we now override it in the production config 2015-06-17 15:45:03 -04:00
sitemap.xml Strip whitespace from ALL the things. 2014-11-24 16:07:38 -05:00