decomponentify
decomponentify copied to clipboard
A node.js browserify transform to enable the use of component.js components in browserify client javascript projects.
Hi, I have a browserify project and I'm attempting to pull in some component components for the first time. So, I added a `component.json` file like so, ``` js {...
`component build -d -o -n ` no longer works in component v1 I'm not really sure what the process is supposed to look like, I'll update if I figure something...
Hi, I'm trying deomponentify with [move.js](https://github.com/visionmedia/move.js/blob/master/move.js#L1). Problem is, the entire component and the require function is defined inside a closure: ``` javascript (function() { function require(...) ... }) (); ```...