jchavarri / framer-boilerplate

An empty Framer project that uses Gulp for live reload and CoffeeScript transpilation + Browserify to include modules
23 stars 10 forks source link

FramerJS prebuilt not updated to latest version #4

Closed elamotte closed 8 years ago

elamotte commented 8 years ago

As I said on FB, thanks for your work on this it's definitly need to be know better by the community!

As comment, the framerJS prebuilt version included (https://github.com/jchavarri/framerjs-prebuilt) do not point to the latest version of FramerJS http://builds.framerjs.com/.

As an example the function "onTap" is not included in the version actually included in your package.

jchavarri commented 8 years ago

Thanks for your contribution @elamotte I have updated the framerjs-prebuilt repo to point to the latest commit in the master branch of Framer, so all the latest features should be available. You can get them rerunning the npm install command.

Closing the issue for now, please feel free to reopen if needed :)