shilov

Results 7 comments of shilov

Two things that slightly helped in speeding things up.. - Enable experimental renderer in MacVim preferences - If you have syntax-folding enabled, switch to indent-based folding Unfortunately very large .slim...

Well, to use my original example, if the CSS file has been cached by users then they'll continue to see the same image. The problem becomes even more complex when...

I'm not familiar with Broccoli but we work around this issue by revisioning in stages, with images and fonts being first, then CSS and then JS. It's tedious, esp. because...

That's pretty much it. Probably just as likely to affect assets referenced in templates.

@mcqueary that would definitely be helpful

Bumped into a similar issue: ``` /usr/local/lib/node_modules/ramlo/src/modules/api.js:246 if (Object.keys(ramlBody).length > 0 && _.isFunction(body.schemaContent)) { ^ ReferenceError: body is not defined at produceRequestBody (/usr/local/lib/node_modules/ramlo/src/modules/api.js:246:58) at /usr/local/lib/node_modules/ramlo/src/modules/api.js:98:26 at arrayEach (/usr/local/lib/node_modules/ramlo/node_modules/lodash/lodash.js:522:11) at Function.forEach...