Ted T. Killilea

Results 6 comments of Ted T. Killilea

I just wrapped your final output file so I could use it quickly in a project. Let me take a look at a grunt umd plugin and I'll integrate it...

Hi, I'd like to try to add the grund-umd task to your grunt build process. Taking a fresh start, I cloned your repo and cannot seem to successfully run npm...

Latest commit adds the grunt-umd task to grunt build. See if that works... I created a build/ folder but still output .js files to ./ to avoid breaking changes.

not sure if you had a chance to look this over. Should be good to go, I just integrated grunt-umd into the grunt build process. The update adds proper dependency...

Yes, the grunt-umd task is configured correctly to add AMD, CommonJS and window global support with the d3 dependencies. I was considering outputting the .js files to a /dist folder...

I do output to the root folder. I only suggested that the final output from the build process might be better outputted to a /dist folder. ie src ==> buiild...