Skip to content

Commit

Permalink
Merge pull request #10626 from firedev/master
Browse files Browse the repository at this point in the history
Removed incorrect warning from application.js templates and replaced it with stub command description
  • Loading branch information
guilleiguaran committed May 15, 2013
2 parents dd03f10 + 877920b commit e2f3e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. // compiled file.
// //
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD // stub path allows dependency to be excluded from the asset bundle.
// GO AFTER THE REQUIRES BELOW.
// //
//= require jquery //= require jquery
//= require jquery_ujs //= require jquery_ujs
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. // compiled file.
// //
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD // stub path allows dependency to be excluded from the asset bundle.
// GO AFTER THE REQUIRES BELOW.
// //
<% unless options[:skip_javascript] -%> <% unless options[:skip_javascript] -%>
//= require <%= options[:javascript] %> //= require <%= options[:javascript] %>
Expand Down
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. // compiled file.
// //
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD // stub path allows dependency to be excluded from the asset bundle.
// GO AFTER THE REQUIRES BELOW.
// //
//= require_tree . //= require_tree .

0 comments on commit e2f3e50

Please sign in to comment.