Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macro/filter/variable - CDN #3

Open
f3l1x opened this issue Jan 2, 2017 · 0 comments
Open

Macro/filter/variable - CDN #3

f3l1x opened this issue Jan 2, 2017 · 0 comments
Assignees

Comments

@f3l1x
Copy link
Member

f3l1x commented Jan 2, 2017

Latte:

<link rel="stylesheet" href="{cdn assets/dist/dist.css}">
<link rel="stylesheet" href="{=assets/dist/dist.css|cdn}">
<link rel="stylesheet" href="{$cdn}assets/dist/dist.css">


Localhost:

<link rel="stylesheet" href="http://localhost/project/assets/dist/dist.css?time=123456789">
<link rel="stylesheet" href="http://localhost/project/assets/dist/dist.css?time=123456789">
<link rel="stylesheet" href="http://localhost/project/assets/dist/dist.css">


Production:

<link rel="stylesheet" href="https://ultra-super-fast.cdn.com/assets/dist/dist.css?time=123456789">
<link rel="stylesheet" href="https://ultra-super-fast.cdn.com/assets/dist/dist.css?time=123456789">
<link rel="stylesheet" href="https://ultra-super-fast.cdn.com/assets/dist/dist.css">

@f3l1x f3l1x self-assigned this Jan 2, 2017
@f3l1x f3l1x added this to the v0.1 milestone Jan 6, 2017
@f3l1x f3l1x modified the milestones: v0.1, v0.2 Mar 15, 2017
@f3l1x f3l1x removed this from the v0.2 milestone Jun 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant