rhymix/common
Kijin Sung d2347d4208 Add template & scss syntax to refer to absolute paths within Rhymix installation directory
템플릿을 인클루드하거나 CSS, JS 등을 로딩할 때 다른 경로에 있는 파일을 상대경로로 참조하려고 하면
../../../../../layouts/path/to/target/asset.scss 처럼 상당히 많이 거슬러 올라가야 하는 경우가 있습니다.
이 때 맨 앞에 ^를 붙여 ^/layouts/path/to/target/asset.scss 라고 마치 절대경로처럼 쓰면
라이믹스 설치 경로 기준으로 (서브폴더에 설치한 경우 포함) 자동으로 변환하도록 하는 패치입니다.
즉 ^ 문자를 넣은 부분이 라이믹스 설치 경로로 치환된다고 보면 됩니다.

지원되는 곳:
  - <include target="^/path/to/file.html" />
  - <load target="^/path/to/file.css" />
  - <load target="^/path/to/file.js" />
  - SCSS에서 @import "^/path/to/file.scss";
2022-10-13 14:57:24 +09:00
..
css Fix #1736 missing bracket in legacy bootstrap.min.css 2021-07-05 11:26:30 +09:00
defaults Add authoritative list of default plugins #1967 2022-08-06 13:30:48 +09:00
framework Add template & scss syntax to refer to absolute paths within Rhymix installation directory 2022-10-13 14:57:24 +09:00
img Remove Flash FLV player that doesn't work anymore 2021-01-08 21:02:45 +09:00
js Delete unnecessary "error -1" in query error info 2022-09-21 16:26:25 +09:00
lang Return a more descriptive error when module class is not found 2021-04-26 15:42:30 +09:00
libraries Update cacert.pem 2021-10-08 01:43:41 +09:00
manual/server_config Fix #1630 short URL for file download conflicts with other nginx directives 2021-02-23 20:40:00 +09:00
scripts Add script to update all modules from the CLI 2020-03-29 17:30:00 +09:00
tpl Delete unnecessary "error -1" in query error info 2022-09-21 16:26:25 +09:00
autoload.php Simplify autoloader logic 2021-03-08 16:51:39 +09:00
constants.php Version 2.0.22 2022-08-16 10:57:24 +09:00
functions.php Mark old, rarely used, and/or not recommended functions as deprecated 2022-08-15 18:31:10 +09:00
legacy.php Fix string concatenation without initialization 2022-08-15 18:31:41 +09:00