Giter VIP home page Giter VIP logo

Comments (6)

Stolz avatar Stolz commented on May 17, 2024

I don't mean to be harsh but I don't see how can be any debate about it as the HTML standard is pretty clear about how relative links work. Why should the library have an option for doing what HTML already can do?

Besides, is there anything wrong with the 'css_dir' and 'js_dir' options? They already let you prefix relative link paths with CDN urls. i.e

 'css_dir' => ($env == 'production') ? 'http://cdn.example.com/css' : 'css' 

from assets.

mrgauthier avatar mrgauthier commented on May 17, 2024

I was just saying in this particular case, you may want to serve some of
your assets through the cdn and some through your own web server. Or even
chose between a couple different cdns. I guess just more fine grained
control. The HTML doesn't allow for that fine grained control I guess.

But yeah, if the 'css_dir' option works, than great!

-Matt

On Fri, Dec 19, 2014 at 7:14 AM, Stolz [email protected] wrote:

I don't mean to be harsh but I don't see how can be any debate about it as
the HTML standard is pretty clear about how relative links work. Why should
the library have an option for doing what HTML already can do?

Besides, is there anything wrong with the 'css_dir' and 'js_dir' options?
They already let you prefix relative link paths with CDN urls. i.e

'css_dir' => ($env == 'production') ? 'http://cdn.example.com/css' : 'css'


Reply to this email directly or view it on GitHub
#51 (comment).

from assets.

mrgauthier avatar mrgauthier commented on May 17, 2024

From what I could see, the css_dir and js_dir options are also used for
writing the pipelined assets to disk. So in the case you wanted to have
your assets written locally, and then your CDN pull them locally I can't
seem to figure out how to make this work as you're suggesting.

-Matt

On Fri, Dec 19, 2014 at 10:56 AM, Matt Gauthier [email protected] wrote:

I was just saying in this particular case, you may want to serve some of
your assets through the cdn and some through your own web server. Or even
chose between a couple different cdns. I guess just more fine grained
control. The HTML doesn't allow for that fine grained control I guess.

But yeah, if the 'css_dir' option works, than great!

-Matt

On Fri, Dec 19, 2014 at 7:14 AM, Stolz [email protected] wrote:

I don't mean to be harsh but I don't see how can be any debate about it
as the HTML standard is pretty clear about how relative links work. Why
should the library have an option for doing what HTML already can do?

Besides, is there anything wrong with the 'css_dir' and 'js_dir' options?
They already let you prefix relative link paths with CDN urls. i.e

'css_dir' => ($env == 'production') ? 'http://cdn.example.com/css' : 'css'


Reply to this email directly or view it on GitHub
#51 (comment).

from assets.

Stolz avatar Stolz commented on May 17, 2024

To make it work to have to copy your assets to your CDN and the update your config to point to your CDN address. Were you talking about something different such the library copying the assets to your CDN server automatically?

from assets.

Stolz avatar Stolz commented on May 17, 2024

@mrgauthier , please take a look at the notify_command configuration option.

It accepts a closure that will be invoked every time new assets are pipelined. You can use it to hook to pipeline and upload your new assets to your CDN. Then you can load your CDN assets using their absolute URL.

from assets.

Stolz avatar Stolz commented on May 17, 2024

Please note last update has introduced the multitenancy feature of the library, which it may help you in that scenario.

from assets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.