Results 2 comments of Sean Oh

@alexweber @dalgard How about reroute jspm_package directory? I've added a middleware like below and reroute jspm_packages as static directory and it seems to work fine. ``` gulp.task('connect', function() { connect.server({...

You can trigger angle(number) to change the rotation value from the outside. // Example const dial = JogDial(el, {debug: true}); const button = document.querySelector(yourButtonSelector) button. addEventListener('click', () => dial.angle(0))