cupboard icon indicating copy to clipboard operation
cupboard copied to clipboard

Your project command center

Results 34 cupboard issues
Sort by recently updated
recently updated
newest added

it is very annoying to have to change the version number manually for bower.json (and component.json, and pluginname.jquery.json, etc.)

All plugin packages in NPM generate a 404 error. Had to manually install through your repositories.

do ``` bash roodir=`pwd`; for dir in `find ./ -name "sk"`; do cd `dirname $dir`; sudo npm link $projectName; cd $roodir; done; ```

additions