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

Is there any documentation on how to use the bundler for this theme? #1420

Closed sjoerdvermeijden closed 4 years ago

sjoerdvermeijden commented 4 years ago

The title basically explains things ;)

Ismail-elkorchi commented 4 years ago

There is an open PR which does exactly that, but it is not yet finished : https://github.com/Automattic/_s/pull/1419.

First you have to install Node.js, then in the command line run :

$ cd _s
$ npm install
$ npm run bundle
Ismail-elkorchi commented 4 years ago

I hope that the comment above helped. Closing for now. Feel free to reopen the issue if you have any additional questions.