On Wednesday, September 25, 2013 5:37:04 PM UTC-7, Jingyu Li wrote: > > After installed the new Window version of Trac, it could not find all the > .css and .js files. Are those files generated? How? > > Thanks! > Jingyu >
If you are running a webserver, you typically use trac-admin deploy to extract the files to a static resources directory: http://trac.edgewall.org/wiki/TracInstall#MappingStaticResources If you are running tracd, the files can be found in trac/htdocs in the source directory, and will be contained in the installed egg (which is in the lib/python2.x/site-packages directory if you are running virtualenv on Linux). -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
