https://github.com/o/symfony-tr-assets
Assets that used in symfony-tr.com
https://github.com/o/symfony-tr-assets
Last synced: 8 months ago
JSON representation
Assets that used in symfony-tr.com
- Host: GitHub
- URL: https://github.com/o/symfony-tr-assets
- Owner: o
- Created: 2012-06-11T13:23:21.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-16T07:51:37.000Z (almost 14 years ago)
- Last Synced: 2025-03-06T00:01:56.587Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains static assets for `symfony-tr.com`.It must be aliased / symlinked with following Nginx configuration directive:
location /assets {
alias /var/www/symfony-tr.com/private/assets/;
}