catalin

Results 5 comments of catalin

I'll look into this for the next update.

Don't have time to put in a fix yet, but will investigate closer to mid oct. Is this actually breaking anything, or just spewing errors?

Have you managed to do something like this before? Is it something along the lines of: ```javascript const Rollup = require('broccoli-rollup'); const commonjs = require('rollup-plugin-commonjs'); const nodeResolve = require('rollup-plugin-node-resolve'); nodeAssets:...

Works great! Gonna see if I can clean it up more. Would be nice though if ember-cli would finally add node_module support.

My application accepts either images or zips that contain images. So half my test cases involve testing zip files. Since I have a basic check for the mimetype being a...