piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
11.21k stars 785 forks source link

Reduce http calls on startup #344

Closed juliandescottes closed 8 years ago

juliandescottes commented 8 years ago

We have ~30 separate calls for icons and 18 calls to HTML templates.

  1. use image sprites, using spritesmith (https://github.com/Ensighten/spritesmith)
  2. insert the html templates in index.html at build time
juliandescottes commented 8 years ago

PR merged. We are now down to 5 http calls for the editor :+1: image