rails-angular-tutorial icon indicating copy to clipboard operation
rails-angular-tutorial copied to clipboard

require_tree argument must be a directory error

Open wulftone opened this issue 11 years ago • 1 comments

I tried running part-5, and it complained about two missing directories:

#= require_tree ./Directives/main
#= require_tree ./Filters/main

Those aren't in your project (maybe they were never used!) I removed them from main.js.coffee and it seems to fix the problem. : )

wulftone avatar Mar 03 '14 16:03 wulftone

had the same issue @wulftone fix works for me as well.

sedrick21 avatar Aug 27 '15 05:08 sedrick21