gulp integration
This commit is contained in:
parent
aa573e574c
commit
d0ef06c80a
18 changed files with 86 additions and 126 deletions
|
@ -33,7 +33,7 @@ function theme_scripts() {
|
|||
wp_deregister_script( 'jquery' );
|
||||
wp_register_script( 'jquery', ( '//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' ), false, '1.10.2', true);
|
||||
wp_enqueue_script( 'jquery' );
|
||||
wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/script.js', array( 'jquery' ), null, true );
|
||||
wp_enqueue_script( 'script', get_stylesheet_directory_uri() . '/js/all.min.js', array( 'jquery' ), null, true );
|
||||
}
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'theme_scripts' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue