Skip to content

Commit

Permalink
docs: default rails task for precompiling assets
Browse files Browse the repository at this point in the history
there's no cg:compile_assets anymore.
  • Loading branch information
azul committed Jan 12, 2016
1 parent a99f4c4 commit 57f9599
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,14 @@ non-destructive, so it can be run anytime.
compile assets
-----------------------

There are some static assets that need to be compiled in production mode.
This should be run after deploying a new version of the codebase:
We use the rails assets pipeline for compiling javascript. In order to do so
this should be run after deploying a new version of the codebase:

rake cg:compile_assets
rake assets:precompile

See the asset pipeline docs for more information and alternative strategies:
http://guides.rubyonrails.org/asset_pipeline.html#precompiling-assets


configure apache
-----------------------
Expand Down

0 comments on commit 57f9599

Please sign in to comment.