Upgrade to Pro — share decks privately, control downloads, hide ads and more …

open .sketch, the huge forthcoming changes to design & code collaboration

open .sketch, the huge forthcoming changes to design & code collaboration

The creators of Sketch did not make it a big thing when Sketch 43 launched with an open file format. However, it is actually BIG news. The talk will uncover, show and explain why the open file format has so far-reaching implications for engineering and design. It could be the driver for a new workflow in design, implementation and production. After the talk you will also understand why developers should now get excited about Sketch (apart from what they know now). This understanding will help you to make worthwhile contributions to align and improve the product process at your company.

Andree Huk

June 03, 2017
Tweet

More Decks by Andree Huk

Other Decks in Technology

Transcript

  1. @andreehuk json …is an open-standard file format that uses human-readable

    text to transmit data objects consisting of attribute–value pairs (wikipedia) In a nutshell, it gives us a human-readable collection of data that we can access in a really logical manner. (copter)
  2. @andreehuk 1. After making the changes manually the JSON file,

    the 3 files and 2 folders, will be zipped again. 2. Then rename to .sketch
  3. @andreehuk the issues with the design repo - Binary files

    - Sketch wants .sketch - JSON data isn't visual - Most copy in Sketch is not human- readable - Learning a bit of Git
  4. @andreehuk challenges to be solved, e.g. - .sketch files still

    need to be zipped - Images should not be versioned in repos, Git LFS to the rescue - Convert components to SASS/CSS - Pull in data from remote sources - Artboards are not connected
  5. @andreehuk what can we do now, e.g. - Exchange data

    programmatically - Change data, e.g. colours without Sketch - Build more advanced plugins - Build tools “outside” of Sketch that pull in data from the Sketch file (e.g. Sketch is closed)