Closed nateberkopec closed 2 years ago
Nice, hoe always felt more like a hurdle than a help to me :)
hoe
Regarding test_all_lib_files_are_included_in_manifest you can just remove it now that a git ls-files (or a Dir.glob) is used (it was ensuring the Manifest.txt was up to date).
test_all_lib_files_are_included_in_manifest
git ls-files
Dir.glob
Yup, just a bit of a relic of the pre-bundler era I think.
wow. blast from the past. good job
Nice,
hoe
always felt more like a hurdle than a help to me :)Regarding
test_all_lib_files_are_included_in_manifest
you can just remove it now that agit ls-files
(or aDir.glob
) is used (it was ensuring the Manifest.txt was up to date).