Skip to content

Commit

Permalink
Merge pull request #2 from dennisinteractive/native
Browse files Browse the repository at this point in the history
Polyfills removed for native equiv
  • Loading branch information
chriskinch authored Feb 27, 2017
2 parents c2af01b + 41f8bdb commit 2b08e21
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 872 deletions.
3 changes: 0 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ module.exports = function(grunt) {

browserify: {
dist: {
options: {
transform: ['browserify-shim'],
},
src: 'src/<%= pkg.name %>.js',
dest: 'dist/<%= pkg.name %>.js'
}
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ on a fixed-width site it'll stay fixed width
as it is loaded and initialised in an asynchronous fashion.
* __Lightweight__: The script is self-contained and has no external
dependencies. It weighs only 5.38 kB when minified and gzipped.
* __Browser support__: This has been tested on IE8+ and all recent modern browsers.
* __Browser support__: This has been tested on IE9+ and all recent modern browsers.

## v1.1.0 Changes
In this version, legacy polyfills for older browsers (IE8 and below) were removed to reduce file size and
prevent the polyfills from interfering with native browser APIs.

## Installation / Usage

Expand Down Expand Up @@ -146,10 +150,10 @@ CSS font-family value for text in the container.

## Building from source

Development is based on `npm`, `bower` and `grunt` so make sure you have these
Development is based on `npm` and `grunt` so make sure you have these
installed globally. Then install project dependencies:

`npm install && bower install`
`npm install`

Then run the build via

Expand Down
21 changes: 0 additions & 21 deletions bower.json

This file was deleted.

Loading

0 comments on commit 2b08e21

Please sign in to comment.