1

it would be really nice if we could simple add to the Customization a link to use WebPutty.

I just love it and with SASS and Compass support, I really don't see a "why not"

would be awesome to use for example in the customization:

js:

/* === Javascript === */

css:

/* === Style Sheets === */

css-webputty:

wp-453112
wp-453113

and it would load the StyleSheet id's 453112 and 453113

flag

1 Answer

1

You don't have to wait!

Using CSS's handy-dandy @import syntax, you can already include WebPutty stylesheets via BugMonkey:

js:

/* === JavaScript === */

css:

@import url("http://www.webputty.net/css/[your styesheet's id]");

That being said, we could definitely make this even easier (as you've suggested). Cool idea!

link|flag
good trick :) thxs, will start using it today. The idea is to have all products integrated with all the others from the company, just like FogBugz & Kiln that work so well ... I'l also waiting for FogBugz/Kiln > Trello integration ;) – balexandre Sep 27 2011 at 13:59
I wrote a more complete BugMonkey customization for using WebPutty with FogBugz over here that enables WebPutty's live-preview/editing functionality: fogbugz.stackexchange.com/questions/9902/… – db Feb 9 2012 at 20:54

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.