cognitom / symbols-for-sketch

Symbol font templates for Sketch.app
680 stars 76 forks source link

14px file stops working for no reason #19

Closed itamark closed 8 years ago

itamark commented 8 years ago

I have been using symbols-for-sketch, and now 14px doesn't work. Nothing has changed, and I tested it on a newly pulled 14px sketch file, still doesn't work.

cognitom commented 8 years ago

Hi @itamark what version of Sketch are you using?

itamark commented 8 years ago

I'm on 3.4 - is that the issue? It seems that right off your repo- the build works. But once the file is edited at all, it doesn't. Thanks for the response!

cognitom commented 8 years ago

Have you updated sketchtool, too?

kendrick commented 8 years ago

Was running into the exact same issue as @itamark on Sketch 3.4. Updating Sketchtool to the latest version fixed it for me.

itamark commented 8 years ago

Oddly enough - I updated sketchool and it's still not working. Basically gives me this output: [16:47:30] Using gulpfile ~/Documents/symbols-for-sketch/gulpfile.js [16:47:30] Starting 'symbols'... [16:47:30] Finished 'symbols' after 41 ms

Process finished with exit code 0

The unchanged file that works give an additional line: [16:49:45] gulp-svgicons2svgfont: Font created

Wondering how I get gulp-svgicons2svgfont to run again for the modified files.

kendrick commented 8 years ago

I can't say for sure but it may be worth a shot. FWIW I've only got Sketch 3.4 installed (not 3.4.1) and sketchtool -v reports Version 3.4 (375).

On Sun, Nov 8, 2015 at 8:39 AM, Itamar notifications@github.com wrote:

Oddly enough - I updated sketchool and it's still not working. Sketch is at 3.4.1 but sketchtool is up to date and not working properly still. Do you think degrading to 3.4 will fix it?

— Reply to this email directly or view it on GitHub https://github.com/cognitom/symbols-for-sketch/issues/19#issuecomment-154830066 .

itamark commented 8 years ago

Okay my sketchtool is way out of date. How do I update it?

cognitom commented 8 years ago

@itamark try this:

$ curl -L https://raw.githubusercontent.com/cognitom/dotfiles/master/lib/sketchtool.sh | sudo sh
itamark commented 8 years ago

worked!

cognitom commented 8 years ago

:smile_cat: