prefix-property

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

start

npm run dev

dev

parallelshell 'npm run build-watch' 'npm run test-watch'

test

npm run lint && npm run test-node

test-watch

parallelshell 'npm run lint-watch' 'npm run test-node-watch'

test-browser

open test/test.html

test-node

mocha test/test

test-node-watch

watch 'npm run test-node' test src

build

npm run webpack && node_modules/.bin/parallelshell 'npm run webpack-test' 'npm run uglify'

build-watch

parallelshell 'npm run webpack-watch' 'npm run webpack-test-watch'

webpack

webpack

webpack-watch

npm run webpack -- --watch

webpack-test

npm run webpack -- --config webpack.test.config.js

webpack-test-watch

npm run webpack-test -- --watch

uglify

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

lint

eslint src test --ignore-pattern ./**/*/*.{compiled,min}.js --quiet

lint-watch

watch 'npm run lint' test src

Metadata

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

Downloads

Maintainers