diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-05-14 21:56:20 -0700 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-05-14 21:56:20 -0700 |
commit | e2f3e502291d3d9fa8d5f0f65644c961ec020c69 (patch) | |
tree | b9182931b3d94f7d7602d313cd692d40095449b8 /guides/code | |
parent | dd03f10d5258dab75da6b7ec493e6558b4ed2bac (diff) | |
parent | 877920ba55d99eac1d68859f4f83d626645afa3e (diff) | |
download | rails-e2f3e502291d3d9fa8d5f0f65644c961ec020c69.tar.gz rails-e2f3e502291d3d9fa8d5f0f65644c961ec020c69.tar.bz2 rails-e2f3e502291d3d9fa8d5f0f65644c961ec020c69.zip |
Merge pull request #10626 from firedev/master
Removed incorrect warning from application.js templates and replaced it with stub command description
Diffstat (limited to 'guides/code')
-rw-r--r-- | guides/code/getting_started/app/assets/javascripts/application.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/code/getting_started/app/assets/javascripts/application.js b/guides/code/getting_started/app/assets/javascripts/application.js index 9e83eb5e7e..5a4fbaa370 100644 --- a/guides/code/getting_started/app/assets/javascripts/application.js +++ b/guides/code/getting_started/app/assets/javascripts/application.js @@ -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 // compiled file. // -// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD -// GO AFTER THE REQUIRES BELOW. +// stub path allows dependency to be excluded from the asset bundle. // //= require jquery //= require jquery_ujs |