Michael VanRobb
Michael VanRobb
And another quick question, what if the bower components are using require to load in their own dependencies? I tried quickly using the meteorhacks:npm package and adding requirejs to the...
These are the dev dependencies for the bower module, I should install every one of these? ``` "devDependencies": { "browserify": "^6.2.0", "glob": "^4.0.6", "gulp": "^3.8.9", "gulp-if": "^1.2.4", "gulp-jasmine2-phantomjs": "^0.1.1", "gulp-livereload":...
Yeah, that's what keeps tripping me up. The build process for many of the js community tools are built around npm as a standalone with their own build process using...
I don't need to edit the source at all, i just want to use it... Using bower install it gives me all the source and a release folder, but taking...
No, select2 has a nice package in atmosphere that just worked super easily. This is for https://github.com/christianalfoni/formsy-react#install which has an `npm install` and `bower install` option.
I do see the `formsy-react` script tag, however I get this console error: `Uncaught ReferenceError: global is not defined` which points to this part of the `main.js` file `var React...
Which led me down the road of trying to figure out the require issues. I can remove that whole React require line since I know meteor has it already as...
Any resolution on this? Also fails when using decorators.
Actually, it works perfectly when I create new layers... I already have css-layout installed globally from working with react-native in the past. So the same file with this code works...
Any idea why this isn't working for Sketch layers but is for new layers?