magicmockup
magicmockup copied to clipboard
Update to new CoffeeScript
- Fixed CoffeeScript to compile again, as the new version of CoffeeScript is mainly backwards compatible, but missing a comma caused the source to not compile.
- Updated CoffeeScript coding style using lint suggestions.
- Recompiled JavaScript from CoffeeScript source.
- Updated README to reference just npm and use
coffeescriptinstead of the oldcoffee-script.
I've updated things a bit in this PR as it seems there is interest in people using magicmockup. We should, at a minimum, make sure it compiles with updated tooling.
Additionally, jQuery should be updated (in this PR, probably).
And eventually, perhaps, we should port over to using plain JavaScript functions instead of jQuery (in a follow-up PR).