Skip to content

Instantly share code, notes, and snippets.

@ashking
Last active August 29, 2015 14:14
Show Gist options
  • Save ashking/e8fddd543f7d8c2c8ea0 to your computer and use it in GitHub Desktop.
Save ashking/e8fddd543f7d8c2c8ea0 to your computer and use it in GitHub Desktop.
yo backbone => grunt serve issue

##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

  1. check if you have a app/bower_components folder
  2. if not create a bower_components folder in the app (i.e app/bower_components)
  3. create a file .bowerrc in 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment