prefix-property

v1.0.2
Get the vendor-prefixed property.

start

npm run test

test

npm run lint && npm run build && npm run test-node && npm run test-browser

test-browser

open test/test.html

test-node

mocha test/test.js

test-watch

mocha test/test.js --watch

build

npm run babel && npm run browserify && npm run uglify && npm run inliner

babel

babel src/prefix-property.js -o dist/prefix-property.js

browserify

browserify src/prefix-property.js > dist/prefix-property.browser.js -t babelify -s prefixProperty && node_modules/.bin/browserify test/test.js > test/test.browser.js -t babelify

lint

eslint src/**/*.js test/test.js

uglify

uglifyjs dist/prefix-property.browser.js -c -m -o dist/prefix-property.browser.min.js

inliner

inliner test/test.html > test/test.inline.html

Metadata

  • MIT
  • Whatever
  • Jeff Hanson
  • released 10/14/2015

Downloads

Maintainers