-
Notifications
You must be signed in to change notification settings - Fork 104
Conversation
F YEAH :) |
cool let me check this out :) |
@JoshuaGross I think you need to swap |
Rolled back |
Not sure what you mean. Twitter bootstrap/all the CSS I've ever written looks like -- Joshua Gross On Sep 19, 2012, at 1:22 PM, Nick Baugh notifications@github.com wrote:
|
U defined imageResource car but didn't use it?
|
Sorry, dumb response on my part. I assumed you were taking about CSS, not my JS code. I won't be able to look properly until tomorrow, do you have a fix that works? -- Joshua Gross On Sep 19, 2012, at 1:58 PM, Nick Baugh notifications@github.com wrote:
|
*var not car lol |
ok i see what you did with imageResource variable -- need to look into if you appended timestamp etc |
@JoshuaGross this works great man, awesome work. I published it in version |
@jmonster you can use this in version |
@JoshuaGross one additional thing -- is that we should modify the CSS to support the appended timestamp format (e.g. |
edit: I updated previous comment from |
Awesome! Wrt to including the timestamp - not actually sure how I would do that. The |
I believe this was requested - though it's not through Stylus, LESS, etc. I decided it was easier to just parse out any images referenced in the CSS file. For me it was useless to CDNify CSS at all if it didn't also upload all images.
Note that this works with the
background-image
,background
, andcontents
CSS attributes. The image paths MUST be absolute (e.g. if you do a "../whatever.png" it won't work) and a descendent ofoptions.publicDir
.Let me know what you think!