openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

Simplifying dev setup #121

Closed meh-uk closed 9 years ago

meh-uk commented 9 years ago

Updating package.json so it installs bower automatically and remove installing bower as a separate step from the read me.

meh-uk commented 9 years ago

It's worth noting that after this change I noticed that you also need to run npm i -g grunt-cli - at least on Windows.

flack commented 9 years ago

Hm, maybe this needs to be added to package.json? I don't recall installing it on Mac OS, though

meh-uk commented 9 years ago

I presume that's because you were already using grunt ;). My work machine was completely clean of Node.js etc until this morning.

flack commented 9 years ago

Yeah, that might be the reason. We could add grunt-cli to the preinstall line you've added, then it should be installed globally, too