Create a dummy key in ./package.json
or other .json
for commit hash for deployment access
#426
Labels
CODE
Some other Code related issue and it should clearly describe what it is affecting in a comment.
enhancement
Something we do have implemented already but needs improvement upon to the best of knowledge.
Milestone
This would need to be extremely unique so that npm, node and whatever host provider has no chance of using it if in the
./package.json
. Deploy routine would need to replace it on the fly... GM currently usessed
to replace their<em:version>
on the build fly and has been working successfully for many, many, many years now.Applies to #249 and mentioned in #296 and briefly retouched on in #425 dependency ... since our current host provider doesn't validate properly the
"version"
we can't use it in the extended semver syntax like every other package system does... e.g. time to create a new key/system that should be ignored by any host provider.I'm open to naming suggestions or perhaps an alternate method.
The text was updated successfully, but these errors were encountered: