Skip to content

jamesatracy/polyfills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Polyfills

Development prereqs:

Getting started:

  • Run npm install

Development:

  • Edit and create files in /src
  • Run grunt to build to /dist

Include these in your page:

<!--[if IE 8]><script src="ie8-polyfill.min.js"></script><![endif]-->
<!--[if IE 9]><script src="ie9-polyfill.min.js"></script><![endif]-->
<!--[if gt IE 9]>--><script src="polyfill.min.js"></script><!--<![endif]-->

About

Collection of JavaScript polyfills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published