hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
153 stars 37 forks source link

Move scripts to Node.js `glob` #239

Open ai opened 4 weeks ago

ai commented 4 weeks ago

In many scripts of scripts/ and web/scripts/ we use a lot of JS code to walk through the folders.

We can make code simpler by moving to glob. In Node.js there is native glob so we don’t need library for that.