graphcool-styles

v0.2.10
Shared style resources between Graphcool projects

start

webpack-dev-server --hot --inline --progress --history-api-fallback --host 0.0.0.0 --port 4500 --config webpack.exhibition.config.js

test

tslint {components,variables}/**/*.ts{,x}

bump

npm version patch --no-git-tag-version && git add package.json

prepublish

npm run build

build-particles

cat css/particles.css | postcss > dist/particles.css

build

tcm css -c -o dist && tsc -d && NODE_ENV=production webpack --config webpack.config.js; npm run build-particles
npm i graphcool-styles

Metadata

Downloads