Skip to content

Commit

Permalink
Update development asset paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitley committed Apr 26, 2012
1 parent f0dc25a commit 0c762df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ end

```rake g jasmine:install```

### Update development asset paths

Add this line to `config/environments/development.rb`:

```ruby
config.assets.paths << Rails.root.join("spec", "javascripts")
```
2 changes: 2 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@

# Expands the lines which load the assets
config.assets.debug = true

config.assets.paths << Rails.root.join("spec", "javascripts")
end

0 comments on commit 0c762df

Please sign in to comment.