`foreman-rake assets:precompile` doesn't compile any assets

Hi,

don't exacly remember why I runned a foreman-rake assets:clean, but after
that I can't seem to make the precompile work anymore.

This is the public/assets directory after I run the precompile command:

total 12
-rw-rw-r-- 1 foreman foreman   62 May  5 12:33 manifest.yml
-rw-r--r-- 1 foreman foreman 3532 Mar 24  2014 
spinner-0a5b4263b89135b0037d6910f7da0091.gif
-rw-r--r-- 1 foreman foreman 3532 Mar 24  2014 spinner.gif

This is the output of the precompile command:

[root@foreman ~]# foreman-rake -v -t assets:precompile
** Invoke assets:precompile (first_time)
** Execute assets:precompile
/opt/rh/ruby193/root/usr/bin/ruby /opt/rh/ruby193/root/usr/bin/rake 
assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
Workaround for RbVmomi may not work as ComputeResource is already loaded: 
ComputeResource
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:primary
** Invoke assets:precompile:nondigest (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
Workaround for RbVmomi may not work as ComputeResource is already loaded: 
ComputeResource
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:nondigest

Any ideas of what I may be missing?

Thanks in advance!

running foreman-installer again did the trick.

not sure what happened, but it's working now!

ยทยทยท On Wednesday, 6 May 2015 04:40:29 UTC-3, Danilo Sousa wrote: > > Hi, > > don't exacly remember why I runned a `foreman-rake assets:clean`, but > after that I can't seem to make the precompile work anymore. > > This is the `public/assets` directory after I run the precompile command: > > ``` > total 12 > -rw-rw-r-- 1 foreman foreman 62 May 5 12:33 manifest.yml > -rw-r--r-- 1 foreman foreman 3532 Mar 24 2014 > spinner-0a5b4263b89135b0037d6910f7da0091.gif > -rw-r--r-- 1 foreman foreman 3532 Mar 24 2014 spinner.gif > ``` > > This is the output of the precompile command: > > ``` > [root@foreman ~]# foreman-rake -v -t assets:precompile > ** Invoke assets:precompile (first_time) > ** Execute assets:precompile > /opt/rh/ruby193/root/usr/bin/ruby /opt/rh/ruby193/root/usr/bin/rake > assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace > ** Invoke assets:precompile:all (first_time) > ** Execute assets:precompile:all > ** Invoke assets:precompile:primary (first_time) > ** Invoke assets:environment (first_time) > ** Execute assets:environment > ** Invoke environment (first_time) > ** Execute environment > Workaround for RbVmomi may not work as ComputeResource is already loaded: > ComputeResource > ** Invoke tmp:cache:clear (first_time) > ** Execute tmp:cache:clear > ** Execute assets:precompile:primary > ** Invoke assets:precompile:nondigest (first_time) > ** Invoke assets:environment (first_time) > ** Execute assets:environment > ** Invoke environment (first_time) > ** Execute environment > Workaround for RbVmomi may not work as ComputeResource is already loaded: > ComputeResource > ** Invoke tmp:cache:clear (first_time) > ** Execute tmp:cache:clear > ** Execute assets:precompile:nondigest > ``` > > Any ideas of what I may be missing? > > Thanks in advance! >