Move the app.js to bottom
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Dec 2014 16:53:58 +0000 (11:53 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 31 Dec 2014 16:53:58 +0000 (11:53 -0500)
Add dep for the enqueue script to be jquery.
set for output on the page bottom

functions.php

index 432c79d..f523bd9 100755 (executable)
@@ -78,7 +78,10 @@ function preston_feather_scripts()
     wp_enqueue_script('jquery');
     wp_enqueue_script(
         'dollarsign',
-        get_template_directory_uri() . '/js/app.js'
+        get_template_directory_uri() . '/js/app.js',
+        'jquery',
+        '1.0',
+        true
     );
     if(is_front_page()) {