jmparsons / sbt-dustjs-linkedin

An SBT plugin to compile Dustjs templates.
4 stars 5 forks source link

Incorrect Link to Dust on Webjars #4

Closed neilchaudhuri closed 9 years ago

neilchaudhuri commented 9 years ago

I have the plugin like so in build.sbt:

"org.webjars" % "dustjs-linkedin" % "2.6.1"

The result is to look for Dust here:

http://cdn.jsdelivr.net/webjars/dustjs-linkedin/2.6.1/dust-core.min.js

This leads to a 504.

However, Dust is actually here:

http://cdn.jsdelivr.net/dustjs/2.6.1/dust-core.min.js

Am I doing something wrong in the way I've set things up? I have found this is a fairly recent development, but I can't place exactly when.

jmparsons commented 9 years ago

@neilchaudhuri both links work for me. The first doesn't 504. Is it still going to a 504 for you?

neilchaudhuri commented 9 years ago

Confirmed things are back to normal. Must have been a glitch in the CDN. Thanks for your help.