Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 712 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 712 Bytes

app5upport

Build Status Stories in Ready

HTML5 App Support, useful JS scripts to smoothen app creation.

No longer deepening on JSTestDriver, using testem instead! Simply make sure you have install the devDependencies from package.json. The easy way to make that happen is using npm install. A slightly more advanced way (still using npm mind you) is to install the dependencies globally:

npm install -g jasmine-node testem csslint

For which you might require sudo rights!!