Skip to content

Commit

Permalink
Replace comment about Sprockets stub directive with a link to README …
Browse files Browse the repository at this point in the history
…about all directives
  • Loading branch information
guilleiguaran committed Jun 3, 2013
1 parent 59caeb6 commit 438e2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// stub path allows dependency to be excluded from the asset bundle.
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
<% unless options[:skip_javascript] -%>
//= require <%= options[:javascript] %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// stub path allows dependency to be excluded from the asset bundle.
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require_tree .

0 comments on commit 438e2ad

Please sign in to comment.