curl -F file=@/your/local/file.scss http://sass2stylus.com/api > new_file.styl
RestClient.post('http://sass2stylus.com/api', file: File.open('local_file.scss'))
(psst, we're hiring)
curl -F file=@/your/local/file.scss http://sass2stylus.com/api > new_file.styl
RestClient.post('http://sass2stylus.com/api', file: File.open('local_file.scss'))
(psst, we're hiring)