filamentgroup / Overthrow

A tiny, no-frills, framework-independent, targeted overflow: auto polyfill for use in responsive design.
MIT License
906 stars 94 forks source link

added dist files so that bower and npm packages will work again #66 #70 #71

Closed juliankrispel closed 1 year ago

danpaulsmith commented 10 years ago

Still had to specify the actual js file locations:

{
  "name": "overthrow",
  "version": "0.7.0",
  "main": [
    "src/overthrow-detect.js",
    "src/overthrow-init.js",
    "src/overthrow-polyfill.js",
    "src/overthrow-toss.js"
  ],
  "sidescroller": "src/overthrow.sidescroller.js",
  "ignore": [
    "examples",
    "test",
    "index.html"
  ]
}

in bower.json inside bower_components/overthrow in order to allow grunt to inject files into my index.html file properly.