el-get icon indicating copy to clipboard operation
el-get copied to clipboard

el-get-bundle can not update :after method for existed package

Open standin000 opened this issue 9 years ago • 1 comments

I have dig the source code, and find el-get-bundle use el-get-do-init which call (el-get-merge-properties-into-status package 'init :noerror t) and init is not member of required-ops from el-get-diagnosis-properties, so it don't call el-get-save-package-status to update :after method. I can not mitigate it by modify el-get custom variables.

standin000 avatar Apr 07 '16 02:04 standin000

Yes, there is a solution for this in #2264 (but it's not quite ready yet), see also https://github.com/dimitri/el-get/pull/2238#issuecomment-138383276

npostavs avatar Apr 13 '16 01:04 npostavs