Opened 17 years ago
Closed 17 years ago
#11 closed defect (fixed)
Make the path to files that needs to be accessible via the webserver configurable
Reported by: | Slava Akhmechet | Owned by: | Slava Akhmechet |
---|---|---|---|
Priority: | critical | Milestone: | 0.1 |
Component: | weblocks | Version: | pre-0.1 |
Keywords: | hardcoded directory | Cc: |
Description
Currently the path to public files (stylesheets, JavaScript code, images, etc.) is hard coded. This gives a bad impression when framework is first obtained and needs to be fixed.
Ideally we should standardize on how ASDF sets the current directory and determine the path automatically. We should also make this configurable so users can set this directory to their own liking.
Note: See
TracTickets for help on using
tickets.
Fixed. The path is no longer hardcoded and parameter *public-files-path* can be modified at runtime so that applications can set their own path.