can-ssr

v0.9.3
Server-side rendering for CanJS applications
stealjs canjs

jshint

jshint lib/. test/*.js --config

test:only

grunt && npm run test:node && npm run test:browser

test

npm run jshint && npm run test:only

test:node

mocha --timeout 10000 test/test.js && mocha --timeout 10000 test/test_envs.js && mocha test/server_test.js --timeout 10000 && mocha test/middleware_test.js --timeout 10000

test:browser

testee test/test.html --browsers firefox --reporter Spec

publish

git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

document

documentjs

start

node server.js

Metadata

  • MIT
  • Whatever
  • Bitovi
  • released 10/14/2015

Downloads