Date: 2025-02-26 05:59:36
Score: 1
Natty:
TAKE BACKUP FIRST
- Find your js build files.
- cd to that directory.
- And run this command:
grep -rl --include="*.js" <old-text-in-quotes> . | xargs sed -i 's|<old-text>|<new-text>|g'
- Hard reload your app and you'll find it working.
Reasons:
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (1):
Posted by: Ashish Kumar Jha