You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a Rails 3.1+ app with assets enabled (ie config.assets.enabled = true)
a javascript interpreter (more on this in a second)
config/deploy.rb does not load 'deploy/assets'
To get started, enable assets for moonshine in your config/moonshine.yml:
:assets:
:enabled: true
You'll also need a javascript interpretter. We recommend using Node.js via moonshine_nodejs. This uses packages from an Ubuntu PPA, which avoids surprise long-running compiles on deploy.