UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

43 lines (42 loc) 1.39 kB
publish-docs: npm install --no-shrinkwrap git checkout -b gh-pages npm run document:force rm -rf test/builders/ git add -f dev-bundle.js git add -f test/ git add -f doc/ git add -f index.html git add -f node_modules/can-* git add -f node_modules/es6-promise git add -f node_modules/steal git add -f node_modules/steal-* git add -f node_modules/jquery git add -f node_modules/jquery-ui git add -f node_modules/funcunit git add -f node_modules/syn git add -f node_modules/kefir # React Deps Start # git add -f node_modules/react # git add -f node_modules/react-dom # git add -f node_modules/react-view-model # git add -f node_modules/fbjs # git add -f node_modules/loose-envify # git add -f node_modules/object-assign # git add -f node_modules/prop-types # React Deps End # git add -f node_modules/socket.io-client # git add -f node_modules/feathers/package.json # git add -f node_modules/feathers-authentication-client/package.json # git add -f node_modules/feathers-hooks/package.json # git add -f node_modules/feathers-rest/package.json # git add -f node_modules/feathers-socketio/package.json git add -f node_modules/validate.js git fetch git checkout origin/gh-pages -- CNAME git checkout origin/gh-pages -- release/ git commit -m "Publish docs" git push -f origin gh-pages git rm -q -r --cached node_modules git checkout - git branch -D gh-pages