separates Chart.prototype fns from ChartInternal.prototype fns (api.flow and api.transform)
separates Chart.prototype fns from ChartInternal.prototype fns (api.flow and api.transform)
separates sources into 3 modules + core
moves API and inherit functions to their own file, inside axis folder
moves ChartInternal constructor from core.js to chartinternal/index.js file
moves Chart constructor from core.js to chart/index.js file
moves Chart constructor from core.js to chart/index.js file
separates core.js into start.js and end.js
separates remaining core.js logic into head.js and tail.js
polyfill should be in the global namespace
concatenate using the new paths
creates multitask to generate modules axis, chart and chartinternal
runs tests against new module structures
adds rollup script
module concat tasks also add their imports and exports
es6_modules folder, which also contains rollup.entry skeleton
adds rollup task
renames api_inherits
multitask build_rollup