postcss-cssnext

v2.5.2
Use tomorrow’s CSS syntax, today
postcss postcss-plugin css w3c cssnext

prebabelify

rimraf lib

babelify

babel src --out-dir lib

prepublish

npm run babelify

#lint

even if there is a .eslintignore symlink, we use an explicit command because windows don't like unix symlink

lint

eslint --ignore-path .gitignore .

#tape

to avoid really slow tests, we run babel once & run tests on the result

tape

tape 'lib/__tests__/*.js'

test

npm run lint && npm run babelify && npm run tape

docs-build

babel-node docs/scripts/build

predocs-start

npm run prepublish

docs-start

npm run docs-build -- --dev --dev-server --open

docs-test

npm run docs-build -- --production

_docs-deploy

GIT_DEPLOY_DIR=docs/dist ./docs/scripts/deploy-to-gh-pages.sh -v

docs-deploy

npm run docs-test && npm run _docs-deploy

release

npmpub && npm run docs-deploy

Metadata

  • MIT
  • Whatever
  • Maxime Thirouin
  • released 4/4/2016

Downloads

Maintainers