Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,6 @@ You'd like to autoprefix specific browsers, edit gulpfile.js below these lines.
- Code License: MIT License
- Source: [https://fortawesome.github.io/Font-Awesome/](https://fortawesome.github.io/Font-Awesome/)

### HTML5 Shiv

src/js/html5shiv.js

- License: MIT/GPL2 License
- Source: [https://github.com/aFarkas/html5shiv](https://github.com/aFarkas/html5shiv)


## License

Expand Down
1 change: 0 additions & 1 deletion assets/js/html5shiv.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require-dev": {
"squizlabs/php_codesniffer": "2.*",
"wp-coding-standards/wpcs": "2014-12-11",
"wp-coding-standards/wpcs": "0.10.0",
"phpmd/phpmd": "@stable"
},
"scripts" :{
Expand Down
4 changes: 0 additions & 4 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ function amethyst_scripts() {
wp_enqueue_script( 'amethyst-js-foundation', get_template_directory_uri() . '/assets/js/foundation.min.js', array( 'jquery' ), true );
wp_enqueue_script( 'amethyst-js-script', get_template_directory_uri() . '/assets/js/script.min.js', array( 'jquery' ), true );

// Load the html5 shiv.
wp_enqueue_script( 'amethyst-html5', get_template_directory_uri() . '/assets/js/html5shiv.min.js', array(), '3.7.3' );
wp_script_add_data( 'amethyst-html5', 'conditional', 'lt IE 9' );

if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
Expand Down
4 changes: 0 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ Foundation
License: MIT
Source: http://foundation.zurb.com/sites.html

HTML5 Shiv
License: MIT/GPL2 License
Source: https://github.com/aFarkas/html5shiv

Genericons
License: GPLv2
Source: http://genericons.com/
Expand Down
326 changes: 0 additions & 326 deletions src/js/html5shiv.js

This file was deleted.