// some work on style sheets

This commit is contained in:
Kevin Granger
2013-07-18 18:51:24 +02:00
parent 02921dc9d0
commit 0b4512dbcb
1654 changed files with 171753 additions and 294 deletions
@@ -0,0 +1,39 @@
# RequireJS Testing
This is a list of things to test before doing a RequireJS release.
**Update all subprojects via ./updatesubs.sh FIRST**
## Items in tests directory
* All browsers: tests/doh/runner.html?testUrl=../all in all the browsers
* go to tests/ run alln.sh and allj.sh
* Optional, only do on major refactors: tests/commonjs, run each file in browser.
## Node testing
Go to r.js project and run the following:
* cd tests
* ./alln.sh
* node allNode.js
* ./allj.sh
* node ../../r.js index.js
* node canvasTest.js (use nave and do the npm installs listed in the JS file)
* cd ../build/tests
* ./alln.sh
* ./allj.sh
Try manual testing:
# Sample jQuery project
Test the sample jQuery project, complete with running the optimizer, testing the output.
# CoffeeScript plugin
Check it.
# jQueryUI AMD project
Check it.