Skip to content

Commit

Permalink
Update asset handles
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Mar 11, 2016
1 parent d217ba6 commit fa0e51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
* Theme assets
*/
add_action('wp_enqueue_scripts', function () {
wp_enqueue_style('sage/css', asset_path('styles/main.css'), false, null);
wp_enqueue_script('sage/js', asset_path('scripts/main.js'), ['jquery'], null, true);
wp_enqueue_style('sage/main.css', asset_path('styles/main.css'), false, null);
wp_enqueue_script('sage/main.js', asset_path('scripts/main.js'), ['jquery'], null, true);
}, 100);

0 comments on commit fa0e51f

Please sign in to comment.