dstroot / skeleton

Node Express MongoDB Bootstrap Passport... all rolled up into juicy goodness
skeleton-app.jit.su
MIT License
370 stars 47 forks source link

Changing Homepage bounce direction is working as expected #10

Closed cmpsoares91 closed 10 years ago

cmpsoares91 commented 10 years ago

Hey dstroot,

I was trying to change the bounce direction from Left to right by simply changing in the home.jade file, but it isn't working. I also tried changing the app.css and app.min.css file but no luck... Are you defining this somewhere else?

dstroot commented 10 years ago

Sort of... I did not include the full animate.css set of animations because it adds a lot of bloat - I think only the one I use is included. if you go to public / lib / animate.css / animate-config.json you can turn on the animations you want and use grunt to rebuild the css with your animations.

However if you just use bower and reinstall animate.css via bower you will have the full set.

cmpsoares91 commented 10 years ago

So what I did is changing the animate-config.json installed dependencies using sudo npm install and tried running gruntand I get this error:

No command 'grunt' found, did you mean:
 Command 'grun' from package 'grun' (universe)
grunt: command not found

What am I doing wrong?

cmpsoares91 commented 10 years ago

Got it to work I had to sudo npm install grunt-cli to get it working. Thank you a lot! ;-)