dpacassi / disable-javascript

Adds the ability to disable JavaScript on specific sites.
MIT License
272 stars 34 forks source link

Suggest npx in readme to avoid global gulp #72

Closed heatherbooker closed 4 years ago

heatherbooker commented 4 years ago

I updated the readme a bit to simplify the dev flow:

npx will use the local node_modules/gulp for gulp compile, avoiding the need to install gulp globally.

I left the old instructions in case people don't have access to npx; I think it comes with all current npm installations.

dpacassi commented 4 years ago

Actually, I think it's better if we drop Node.js and Gulp support completely. See #73 for details.

However, in case I'm missing something, feel free to reopen this issue.