Bryan Ollendyke

Results 25 comments of Bryan Ollendyke

Why I'm monitoring this thread: - Keep tree structure - resolve `node_modules` dependencies - copy matching glob structure to `dist` folder + the matching node_modules resolutions - compile the results...

https://www.npmjs.com/package/@lrnwebcomponents/deduping-fix we've been using this in our demo pages to get around this issue when it comes to mono-repo / lerna / yarn based development of polymer w/ polymer serve

https://github.com/elmsln/wcfactory bakes in some pre and post install hook hacks in order to avoid this issue. I haven't seen any "do it this way" guidance that doesn't hamper workflow. you...

could always just not publish. wcf sets things in motion for npm publishing but isn't required. `lerna publish` is what does that.

@msbasanth I had someone report this yesterday; maybe try running the postinstall manually after it's finished and see if that helps. I think it might be bc the yarn script...

git reset will respect .gitignore'd files. So if it's setup correctly you can ensure a clean slate for such things. Drupal 7 to 8 saw them shift a lot of...

D8/Backdrop write to yaml / parse back in then cache the reference. You could also cheat and name the file config.yaml.php and opcache would store it ;)

I found a work around for this that's a bit less aggressive. I have a `postinstall` hook that runs a bash script that does the following: ```bash cd node_modules/storybook-prebuilt yarn...

As one who had to rewrite most of the docs last year so that I could stop arguing w/ people about V0 arguments in a V1 spec world... I'm super...