Automattic / _s

Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
http://underscores.me/
GNU General Public License v2.0
10.93k stars 3.12k forks source link

Delete the custom bundle script in favor of an npm package #1433

Closed Ismail-elkorchi closed 4 years ago

Ismail-elkorchi commented 4 years ago

Changes proposed in this Pull Request:

The npm bundle command is the only one to use a custom node script. In order to reduce complexity, this PR change the bundle command so it uses an npm package instead of the custom node script.