Skip to content

Commit

Permalink
remove node from the slug
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Aug 3, 2011
1 parent af3f058 commit 3b513c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/language_pack/rails3.rb
Expand Up @@ -47,6 +47,7 @@ def run_assets_precompile_task
run("mkdir -p tmp/cache")
# need to use a dummy DATABASE_URL here, so rails can load the environment
pipe("env RAILS_ENV=production DATABASE_URL=postgres://user:pass@127.0.0.1/dbname PATH=$PATH:bin bundle exec \"rake assets:precompile --trace\" 2>&1")
uninstall_binary(NODE_JS_BINARY_PATH)
unless $?.success?
error "assets:precompile task failed"
end
Expand Down

0 comments on commit 3b513c3

Please sign in to comment.