cdukes / bones-for-genesis-2-0

A starting point for new Genesis projects. Built for Genesis 3.* and WordPress 5.*+.
GNU General Public License v3.0
182 stars 61 forks source link

Removal of Bower, npm update #34

Closed chillybin closed 7 years ago

chillybin commented 7 years ago

Hey Cooper,

Since Bower has been removed, we just use npm update --save-dev right?

No need to run npm install to get any dependencies cleared up?

You'll need Node.js, Grunt, and Bower.

git clone https://github.com/cdukes/bones-for-genesis-2-0.git genesis-bfg
cd genesis-bfg
npm update --save-dev && bower update --save
grunt
cdukes commented 7 years ago

npm update --save-dev for the grunt deps, and npm update --save for the frontend deps