Closed heatherbooker closed 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.
npx
gulp compile
I left the old instructions in case people don't have access to npx; I think it comes with all current npm installations.
npm
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.
I updated the readme a bit to simplify the dev flow:
npx
will use the local node_modules/gulp forgulp 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 currentnpm
installations.