aemkei / jsfuck

Write any JavaScript with 6 Characters: []()!+
jsfuck.com
Do What The F*ck You Want To Public License
8.12k stars 672 forks source link

Grunt related stuff #51

Closed subzey closed 8 years ago

subzey commented 8 years ago

I'm rarely feel happy when some project asks me to install something globally. Because it breaks the node's "every dependency is relative to the project" approach and brings closer the Python-like hell of global dependencies version mismatches.

Luckily, there's no need to install grunt globally as npm treats local dependencies' binaries as the first class citizen.

Changes:

The start command now would be npm start.