Phillip Gruneich

Results 9 comments of Phillip Gruneich

I should have seen this issue before working my way into a version. [I wrote this one](https://github.com/philgruneich/littlefoot) in a weekend and I barely know any Javascript. Would appreciate to have...

Same, yet the opposite, I'm also using partials, but it concatenates the CSS files from the header.html file and ignores the JS files from the footer.html :/

I'm having issues with this feature since it converts BLOB urls to links instead of images. The "imageUploadFunction" should handle everything as images.

A reference: https://github.com/sindresorhus/gulp-imagemin/issues/245

@NeilMcEachin did you ever resolve this? I have this behavior for anything coming from node_modules even if I set validExtends to `() => true`

In my case I've tried a couple of things: created 2 sibling SFC, one extended the other and used vue-docgen-cli to generate the docs. The generated docs had the props...

I've created something akin to a MRE here: https://github.com/philgruneich/mre-valid-extends. In the docgen.config.js file I'm trying to block extends from the "invalid_extend" folder and allow extends from the "primevue" folder (which...

So, the short solution is: add `jsx: false` to your apiOptions in the docgen.config.js file. This is because in the first run through `getRequiredComponents` (parseSFC.ts) we're adding `jsx: false` to...

It seems to break in the first track of the library, after uploading the playlists: I'm skipping lots of "library:apple Adding track X to playlist Y +Zms". ``` library:apple Adding...