diff options
author | Nick <nick@firedev.com> | 2013-05-15 11:38:49 +0700 |
---|---|---|
committer | Nick <nick@firedev.com> | 2013-05-15 11:38:49 +0700 |
commit | 877920ba55d99eac1d68859f4f83d626645afa3e (patch) | |
tree | b9182931b3d94f7d7602d313cd692d40095449b8 /guides/code/getting_started/app | |
parent | dd03f10d5258dab75da6b7ec493e6558b4ed2bac (diff) | |
download | rails-877920ba55d99eac1d68859f4f83d626645afa3e.tar.gz rails-877920ba55d99eac1d68859f4f83d626645afa3e.tar.bz2 rails-877920ba55d99eac1d68859f4f83d626645afa3e.zip |
Removed incorrect warning from application.js templates and replaced it with stub command description
Diffstat (limited to 'guides/code/getting_started/app')
-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 |