Hey guys, just thought it’d be nice to try to gather various gists that have been floating around showing small Fuse code snippets. As always we’re trying to improve the docs so if we see stuff that fits we’ll put it in there, but I think it’s also nice to have kind of an “informal repository” of snippets other people can dig through
That’s what I did with CoffeeScript. It has a coffe -w option, where it will watch a directory and automatically compile to JS every time you save. And since Fuse picks up changes to your JS files automatically, you get instant live coding of CoffeeScript in your Fuse preview. Even works on device!
but i’ve been compiling the .ux files in Jade and the JS files in typescript. If you run jade in the terminal with the -E ux flag, they compile straight into .ux files.