ConduitJS icon indicating copy to clipboard operation
ConduitJS copied to clipboard

Build targets do not match components.json

Open beverlycodes opened this issue 11 years ago • 0 comments

The build targets, conduit.js and conduit.min.js, do not match the references in component.json for conduitjs.js and conduitjs.min.js```. Because of this, tools that rely on components.json to pull in ConduitJS are unable to find the built scripts. My pull request resolves this by updating the build target names, but this could also be resolved by pointing component.json at the current build target names. I'm not sure which solution has the least outside impact. Mine is probably wrong...

beverlycodes avatar Oct 15 '14 18:10 beverlycodes