Skip to content

dy/mobilify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobilify Build Status unstable

Make stream of HTML mobile-friendly

Usage

npm install mobilify

$ browserify index.js | indexhtmlify | html-inject-meta | html-inject-github-corner | mobilify > index.html

Or

var mobilify = require('mobilify')

fs.createReadStream('index.html')
  .pipe(mobilify())
  .pipe(fs.createWriteStream('output.html'))

It takes a stream of html and includes mobile meta tags, normalize.css, polyfills typed arrays methods and Array.fill.

See Also

License

© 2017 Dmitry Ivanov. MIT License.

About

📱 Make stream of html mobile-friendly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published