World-Three-Technologies / Masxaro-Prototype

Other
8 stars 4 forks source link

Refactor/add front end testing #6

Closed Rafe closed 13 years ago

Rafe commented 13 years ago

Change the structure of front-end and tests,

the front-end code is placed in assets/app/ now, in controllers,models and views category and will concatenate to assets/js/app.js by process ./cake build

tests is placed in assets/spec, open the SpecRunner.html to execute it.