jakubpawlowicz / assets-packager

Assets pipeline for ultra fast CSS and JavaScript packaging.
MIT License
44 stars 9 forks source link

error during test #3

Closed qasimalyas closed 12 years ago

qasimalyas commented 12 years ago

While i was going through the instructions to running the assetspkg -c assets.yml -g command, it is returning the following error -bash: assetspkg: command not found. I didn't get any errors during the install of assets-packager and i'm running 0.6.12 version of node.

GoalSmashers commented 12 years ago

Hi Qasim,

There's a bug in the docs as it assumes assets-packager is installed globally:

npm install -g assets-packager

You can also run it from examples via:

../bin/assetspkg -c assets.yml -g

Just updated the docs.