bower-rails icon indicating copy to clipboard operation
bower-rails copied to clipboard

Can I get bower_components by `require_directory` ?

Open kntmrkm opened this issue 9 years ago • 0 comments

I can get css by below

*= require cssgram/source/css/1977

but I don't know for require_directory

*= require_directory cssgram/source/css
or 
*= require_directory ./cssgram/source/css/

That say require_directory argument must be a relative path.

Thanks.

kntmrkm avatar Nov 28 '15 14:11 kntmrkm