简体   繁体   中英

rake assets:precompile bug with rails and compass and “*”

I use rails 4.2.0 and compass-rails (2.0.2)

I have a css.scss file with

@import "compass/utilities/sprites";
@import "icons/*.png";
@include all-icons-sprites(true);

I have many image .png in app/assets/images/icons/XXX.png

I want deploy my app in production, it's work but with no assets, so I start

rake assets:precompile

in production environement.

An error occure:

rake aborted!
Sprockets::FileNotFound: couldn't find file 'icons/*.png'

I try to remove assets files in cache, nothing change.

details error: http://pastebin.com/6ggS3pP2

I think there is a problem with wildcard and path.

I try in dev ENV, nothing change...

I don't know what do more, what's the solution, plz?

要解决它,我只使用git的mster分支:

gem 'compass-rails', github: 'Compass/compass-rails'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM