https://github.com/plotly/plotly.js
Raw File
Tip revision: e246331c0bd34e74807aa406e86d3b1b91c5f45a authored by Étienne Tétreault-Pinard on 28 June 2016, 18:20:12 UTC
1.14.1
Tip revision: e246331
watch_plotly.js
var makeWatchifiedBundle = require('./util/make_watchified_bundle');

// make watchified bundle and run it!
var watchifiedBundle = makeWatchifiedBundle(function() {});
watchifiedBundle();
back to top