-
Notifications
You must be signed in to change notification settings - Fork 0
Css min #66
base: master
Are you sure you want to change the base?
Css min #66
Conversation
Ähm – |
Yes, makes deployment process much easier and more resilient against npm registry outages. |
I don't like that… Lots of bloat! Never had problems with an outage. |
I personally don't mind repo size (if that's want you meant with |
The outages of npm got better in the last year as they are using a cdn now. But that does not help if someone unplublishes a module what happens here and then: Checking in the modules is still my preferred way for bigger projects, originating back when i was building npm together with isaac and domenic. npm still has checked in modules: https://github.com/npm/npm/tree/master/node_modules beeing not able to deploy because one external dependency is down or even got unpublished on npm can get quite annoying and i am glad that you never experienced that. i prefer to keep the external dependency count low to reduce the moving targets, currently we are relying on github for deployments already. |
I don't mean the file size, it's just hard to review that… Github won't render the diffs. We rely on a bunch of different modules in various projects and never experienced an unpublishing. |
I'm here on @ro-ka side. |
i don't see the problem here, this PR is splitted in two commits, one that adds the module and the other one adding the change when i click on the commit that includes the actual change i don't have any rendering problems: when i read https://docs.npmjs.com/misc/faq i see that npm now suggests officially "If you are paranoid about depending on the npm ecosystem, you should run a private npm mirror or a private cache." can you maintain a npm mirror for us @ro-ka @yfr? - i ask as i don't want to maintain that on my own |
So, you are paranoid? 😉 I don't want to maintain one neither. Just marked that I never experienced problems with the public npm. |
Currently saves about ~1.3kb.
But maybe it will save more in the future and having it should not do any harm.
Will probably also check for js minifying another time.