scraperwiki / code-scraper-in-browser-tool

Just like on ScraperWiki Classic; now a part of QuickCode.
https://quickcode.io
Other
38 stars 8 forks source link

Make it smaller #61

Closed frabcus closed 11 years ago

frabcus commented 11 years ago

The ACE editor uses up all my space on a free plan.

zarino commented 11 years ago

You could probably save 1.5MB by using the minified javascript source code:

https://github.com/ajaxorg/ace-builds/tree/master/src-min

It might also be worth deleting all but one of the themes. But, frankly, worker-xquery.js is taking up 1.2MB, and all the themes combined only come to 160KB, so I doubt it'll make much difference.

if that doesn't help, you could always try hosting the stuff on Seagrass :-P

frabcus commented 11 years ago

github raw was my friend!