prefix-property

v1.0.17
Vendor-prefix any property.
prefix property vendor detect css js

start

npm run test

build

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

test

npm run lint && npm run test-node

test-browser

open test/test.html

test-node

mocha test/test.js

test-watch

mocha test/test.js --watch

browserify

browserify src/prefix-property.js > dist/prefix-property.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.js -c -m -o dist/prefix-property.min.js

inliner

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

Metadata

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

Downloads

Maintainers