Skip to content

Commit

Permalink
rails-jasmine fixes this concern with 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Dec 23, 2013
1 parent 68d7019 commit 5f5827b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ config.rails_lineman.lineman_project_location = "my-lineman-app"

Alternatively, rails-lineman will look for an environment variable named `LINEMAN_PROJECT_LOCATION`.

Note that to prevent your Lineman JavaScript & CSS from being loaded twice in production, you'll need
to remove the `require_tree .` directives from `app/assets/javascripts/application.js`
and `app/assets/stylesheets/application.css`.

### the Lineman side

Just add the [lineman-rails](https://github.com/testdouble/lineman-rails) plugin to your project:
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/

0 comments on commit 5f5827b

Please sign in to comment.