Andrey Sitnik
Andrey Sitnik
In new VS Code release theme auto-switching was added https://twitter.com/wongmjane/status/1225662931209093121 It works badly for Linux, but they will fix it soon (I hope so) and it could be a good...
But Uglifier require. Does csso-rails works with most of js runtimes (not only with node.js)?
OK. Post here sprockets issue link, when you create it.
Yeap, Autoprefixer has no config, so it applies only 100% solutions. And this is why it doesn't apply any polyfills or fallbacks like this. But you can create other [PostCSS](https://github.com/postcss/postcss)...
Let’s double-check that it is safe. Do we have shared rollup/webpack configs where this files can be used in npm package?
`--without-publish` was added to test the result of normal run. So, I believe that it should be equal to normal run. What do you plan to use `without-publish`?
We can remove scripts used during `publish`, but not used on user’s machine 👍. Send PR. Am I right that none of these scripts will be used during `npm i...
> Maybe --without-publish could return name of the temporary directory which could be used with np --contents? Cool idea. Please send PR.
Yeap. We can add this feature too.
`prepublish` can change only the current dir, which is not a case to remove development files