Y
Hacker News
new
|
ask
|
show
|
jobs
by
mcantelon
5888 days ago
Groovy. Where is CSS getting stored? I took a quick look at the source and saw from YQL so mebbe that's where?
1 comments
jbox
5888 days ago
The URL of the CSS file and the contents are POST'ed as a key/val pair back to a endpoint you specify in the configuration.
You'll need to setup a listener on your server to process the request and save the contents to file.
link
You'll need to setup a listener on your server to process the request and save the contents to file.