##Guys, whenever you encounter a similar error
Running "compass:server" (compass) task
Errno::ENOENT on line ["33"] of C: No such file or directory @ realpath_rec - D:
/Ashwin/workspace/yoApp3/app/bower_components
Run with --trace to see the full backtrace
##try the following
- check if you have a
app/bower_componentsfolder - if not create a
bower_componentsfolder in theapp(i.eapp/bower_components) - create a file
.bowerrcin the parent directory and paste this in:{"directory": "app/bower_components"}
##Voila.. You are done.. Now run bower install and then grunt serve.
##Happy hacking, ##Ashwin (ashking)