Move all core files into src/core.

Move Browser & Node specs to test against lib/jasmine.js instead of the separate source. Yes, this makes development a little harder but it's better to test that jasmine.js was built correctly.
This commit is contained in:
Davis W. Frank
2011-06-05 21:28:26 -07:00
parent ba10d178b2
commit e88d88e427
24 changed files with 23 additions and 35 deletions

View File

@@ -1,3 +1,16 @@
## Development
## Release
# Making a Release of Jasmine Core
'Jasmine' is the Github repo for Jasmine Core and contains all the JavaScript code for the Jasmine BDD framework.