Rename total.js to totaljs

153 views Asked by At

Is there any problem if I change the name of total.js folder to totaljs, or I have to change some 'require' references?

Example: Rename Node_modules/total.js to node_modules/totaljs

1

There are 1 answers

0
Peter Sirka On BEST ANSWER

I don't see any problem to rename it. It will work, but you have to change the reference in require() to totaljs.