Removed incorrect warning from application.js templates and replaced it with stub command description

This commit is contained in:
Nick 2013-05-15 11:38:49 +07:00
parent dd03f10d52
commit 877920ba55
3 changed files with 3 additions and 6 deletions

@ -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

@ -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] %>

@ -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 .